Search found 43 matches

by manymiles
Tue Dec 29, 2015 12:09 pm
Forum: Nagios XI
Topic: WARNING notifications not being delivered via email
Replies: 4
Views: 325

Re: WARNING notifications not being delivered via email

Yes, you may close it.
by manymiles
Tue Dec 29, 2015 5:18 am
Forum: Nagios XI
Topic: WARNING notifications not being delivered via email
Replies: 4
Views: 325

Re: WARNING notifications not being delivered via email

Well, there's my problem.

I somehow missed checking that area of settings. "Service Warning" was off in the "Notification Preferences" for the user itself.

Thanks for the help!
by manymiles
Mon Dec 28, 2015 12:47 pm
Forum: Nagios XI
Topic: WARNING notifications not being delivered via email
Replies: 4
Views: 325

WARNING notifications not being delivered via email

My "nagiosadmin" contact receives OK (recovery) messages via email, but not WARNING messages. My other two contacts DO get email messages for both the WARNING and OK states. All of the contacts are setup to receive not only an email, but, also a second notification via the "Pushover&q...
by manymiles
Wed Jun 24, 2015 5:33 am
Forum: Nagios XI
Topic: switch in scheduled downtime generates cron failure messages
Replies: 6
Views: 697

Re: switch in scheduled downtime generates cron failure mess

Thanks, abrist.

I went with the

Code: Select all

>/dev/null
solution.

I was considering that, but, I didn't know its implications in regards to Nagios.
by manymiles
Tue Jun 23, 2015 3:17 pm
Forum: Nagios XI
Topic: switch in scheduled downtime generates cron failure messages
Replies: 6
Views: 697

Re: switch in scheduled downtime generates cron failure mess

Thanks for the response. What do you think about moving /etc/mrtg/conf.d/ip-in-question.cfg outside of /etc/mrtg/conf.d temporarily and then restoring it when downtime is over? My problem is that adding or changing a 24 port switch with the wizard is great, except if you have custom templates to app...
by manymiles
Mon Jun 22, 2015 7:00 am
Forum: Nagios XI
Topic: switch in scheduled downtime generates cron failure messages
Replies: 6
Views: 697

switch in scheduled downtime generates cron failure messages

I have a switch in Scheduled Downtime. However, every 5 minutes, an email message to root is generated complaining about no SNMP response. SNMP Error: no response received SNMPv2c_Session (remote host: "w.x.y.z" [w.x.y.z].161) ... I imagine I can suffix the cron job with > /dev/null but, t...
by manymiles
Wed Mar 19, 2014 7:15 am
Forum: Nagios XI
Topic: mysqld fails to start after reboot
Replies: 11
Views: 1114

Re: mysqld fails to start after reboot

This shutdown was performed by shutdown now I guess -h is more graceful. :D The -h mean halt. I wouldn't think it would matter if you don't have it. Perhaps shutdown is not properly calling "/etc/init.d/mysqld stop" or "/etc/init.d/mysqld stop" is not completing before the OS re...
by manymiles
Tue Mar 18, 2014 9:52 am
Forum: Nagios XI
Topic: mysqld fails to start after reboot
Replies: 11
Views: 1114

Re: mysqld fails to start after reboot

Thanks for your response slansing. In case anyone else is interested, I've modified my original /etc/init.d/mysqld file as follows. Original mysqld (starting at line 118) if [ -S "$socketfile" ] ; then echo "Another MySQL daemon already running with the same unix socket." action ...
by manymiles
Tue Mar 18, 2014 9:24 am
Forum: Nagios XI
Topic: mysqld fails to start after reboot
Replies: 11
Views: 1114

Re: mysqld fails to start after reboot

I, too, have an issue with mysqld. But, I know it is when the server "crashes". In my case, I had some power problems causing the machine to lose power outright, preventing a graceful shutdown, which prevented the removal of the mysql.sock file, which prevented mysql from starting on the m...