Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
more readme format tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Nov 14, 2010
1 parent d5c812f commit 8b0491c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8b0491c

Please sign in to comment.