Search found 38 matches

by pradeepanan
Fri Jan 27, 2017 3:13 pm
Forum: Open Source Nagios Projects
Topic: Check_snmp plugin not reading MIB file
Replies: 7
Views: 5470

Re: Check_snmp plugin not reading MIB file

I am seeing below from nagios. The reason its showing critical is, my command is configured to se OK state when it find "online" . But its returning the integer value "1" which by MIB is for "online"

Capture.JPG
by pradeepanan
Fri Jan 27, 2017 2:53 pm
Forum: Open Source Nagios Projects
Topic: Check_snmp plugin not reading MIB file
Replies: 7
Views: 5470

Re: Check_snmp plugin not reading MIB file

Yes, I was running as root through CLI. I gave full permission to the mib file to see how it works. ls -lh | grep -i storage -rwxrwxrwx 1 root root 222K Jun 16 2014 CISCO-UNIFIED-COMPUTING-STORAGE-MIB.my Here the service and command definition. define command{ command_name UCS-CIMC-DRIVE-Stats comma...
by pradeepanan
Fri Jan 27, 2017 9:35 am
Forum: Open Source Nagios Projects
Topic: Check_snmp plugin not reading MIB file
Replies: 7
Views: 5470

Check_snmp plugin not reading MIB file

Folks, I am using check_snmp plugin to monitor cisco device. I managed to install MIB files and obtain proper OIDs for my monitoring. However when I call check_snmp to use mib file, its showing the proper string("online" in my case") value through cli. However on nagios frontend its p...
by pradeepanan
Tue Aug 30, 2016 12:00 pm
Forum: Open Source Nagios Projects
Topic: Nagios did not exit in timely manner
Replies: 27
Views: 118020

Re: Nagios did not exit in timely manner

Sure. This issue was solved and can be closed. Thanks again
by pradeepanan
Tue Aug 30, 2016 7:17 am
Forum: Open Source Nagios Projects
Topic: Nagios did not exit in timely manner
Replies: 27
Views: 118020

Re: Nagios did not exit in timely manner

I have increased it and looks good now. Thanks a lot for spending hours of your precious time.
by pradeepanan
Mon Aug 29, 2016 6:12 am
Forum: Open Source Nagios Projects
Topic: Nagios did not exit in timely manner
Replies: 27
Views: 118020

Re: Nagios did not exit in timely manner

I was about to make changes that you have recommended above. Before that i was see logs where i found messages like below, Error: max retries exceeded sending message to queue. Kernel queue parameters may neeed to be tuned nms ndo2db: Message sent to queue. nms ndo2db: Warning: queue send error, ret...
by pradeepanan
Fri Aug 26, 2016 11:41 am
Forum: Open Source Nagios Projects
Topic: Nagios did not exit in timely manner
Replies: 27
Views: 118020

Re: Nagios did not exit in timely manner

Sure. I will look into it. This was the setup since the server was deployed and it was yeard ago. Its kinda weird why its happening all of a done.
by pradeepanan
Fri Aug 26, 2016 10:19 am
Forum: Open Source Nagios Projects
Topic: Nagios did not exit in timely manner
Replies: 27
Views: 118020

Re: Nagios did not exit in timely manner

I can see retention.dat file on three location /etc/nagios/retention.dat /var/log/retention.dat /dev/shm/retention.dat I am running nagios version 3.5.1 and here is the config file, [root@nms ~]# cat /etc/nagios/nagios.cfg # Written by OpCfg-Central (1.0.3) at: August 26, 2016, 9:09 am # Generated f...
by pradeepanan
Fri Aug 26, 2016 9:48 am
Forum: Open Source Nagios Projects
Topic: Nagios did not exit in timely manner
Replies: 27
Views: 118020

Re: Nagios did not exit in timely manner

@ tgriep I can try matching the php time zone with system one . But will it make any changes on the host which is been monitored? I mean the check time will be interrupted? Also the retention data i found under "/root/nagios/retention.dat". I can stop nagios process and delete the file and...