Search found 3 matches

by samengr
Thu May 06, 2010 8:34 am
Forum: Open Source Nagios Projects
Topic: disbale SMS alert
Replies: 2
Views: 1745

Re: disbale SMS alert

See the reload module in /etc/init.d/nagios script reload|force-reload) printf "Running configuration check..." $NagiosBin -v $NagiosCfgFile > /dev/null 2>&1; if [ $? -eq 0 ]; then echo "done" if test ! -f $NagiosRunFile; then $0 start else NagiosPID=`head -n 1 $NagiosRunFile...
by samengr
Thu May 06, 2010 8:32 am
Forum: Open Source Nagios Projects
Topic: disbale SMS alert
Replies: 2
Views: 1745

Re: disbale SMS alert

A normal rule is that when you make modifications to the Nagios configuration files you have to restart Nagios. When you make modifications to the objects files, you just have to reload Nagios. When I reload nagios it finds like unable to read any host and all services are down and then it throws hu...
by samengr
Wed May 05, 2010 7:01 am
Forum: Open Source Nagios Projects
Topic: disbale SMS alert
Replies: 2
Views: 1745

disbale SMS alert

Hi guys, I have nagios working in my office. Problem is if I make any changes in config and restart the service I get sms alerts. All I wanted to know is there any good way by taking all nagios config in maintenance mode so I shouldnt get any sms alert for that time? Today I replace the sms entry in...