From 8b0491ced5174da12d18ec8cfa46073ac7d24f59 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Sun, 14 Nov 2010 11:17:02 +0000 Subject: [PATCH] more readme format tweaks --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index e94aa47..4dc46db 100644 --- a/README.markdown +++ b/README.markdown @@ -26,13 +26,13 @@ And you can use any of the _NAGIOS\_\*_ variables that Nagios sets in the enviro The nagios commands to send notifications via this tools are: define command{ - command_name host-notify-by-angelia - command_line /usr/sbin/angelia-nagios-send -c /etc/angelia/angelia.cfg --host-notify -r $CONTACTEMAIL$ + command_name host-notify-by-angelia + command_line /usr/sbin/angelia-nagios-send -c /etc/angelia/angelia.cfg --host-notify -r $CONTACTEMAIL$ } define command{ - command_name notify-by-angelia - command_line /usr/sbin/angelia-nagios-send -c /etc/angelia/angelia.cfg --service-notify -r $CONTACTEMAIL$ + command_name notify-by-angelia + command_line /usr/sbin/angelia-nagios-send -c /etc/angelia/angelia.cfg --service-notify -r $CONTACTEMAIL$ } This will set all the nagios environment variables and the angelia notifier will use these with the templates mentioned earlier.