Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
[check_mk.git] / notifications / README
blobd1c4caa384af692ed0a5d97a5d8d012cd4a92de7
1 Put your custom notification scripts here. All executable files will be read in.
2 If you want your scripts to have user readable aliasses then put those into
3 a comment into the second line, e.g.:
5 #!/usr/bin/foolang
6 # Notify via Loudspeaker
7 ...
9 You script retrieves all neccessary information about the actual notification
10 in environment variables beginning with NOTIFY_.