blob: 63b380d36697614b9b3736c64027906b90ca344c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# vim: filetype=nagios
define command {
command_line /etc/naemon/send_nrdp.sh -H "$HOSTADDRESS$" -s "$SERVICEDESC$" -S "$SERVICESTATEID$" -o "$SERVICEOUTPUT$"
command_name notify-master
}
|