Search found 109 matches
- Thu Jan 31, 2019 3:37 pm
- Forum: Nagios XI
- Topic: RAID controller monitoring
- Replies: 13
- Views: 3300
Re: RAID controller monitoring
Prereqs: 1. (root) NOPASSWD: /opt/MegaRAID/storcli/storcli64 * entry for nagios user sudoer file 2. Perl dependency for module perl-File-Which ^ these would be the only two requirements for executing this plugin correct? Do i have to pass any threshold values to the condition? when would it decide i...
- Thu Jan 31, 2019 3:14 pm
- Forum: Nagios XI
- Topic: RAID controller monitoring
- Replies: 13
- Views: 3300
Re: RAID controller monitoring
ahh, so if any of the parameters are in critcal state it would return critical status and tell what exactly is the issue.
- Thu Jan 31, 2019 1:49 pm
- Forum: Nagios XI
- Topic: RAID controller monitoring
- Replies: 13
- Views: 3300
Re: RAID controller monitoring
@scottwilkerson @bomhony this is what i see after running the command # ./check_lsi_raid -C 0 -p /opt/MegaRAID/storcli/storcli64 OK (CTR, LD, PD, CV)|CV_Temperature=24;70;85 ROC_Temperature=56;85;95 c0/e8/s0_Drive_Temperature=24;40;45 c0/e8/s1_Drive_Temperature=25;40;45 c0/e8/s2_Drive_Temperature=24...
- Tue Jan 29, 2019 3:46 pm
- Forum: Nagios XI
- Topic: event handler error in eventman.log
- Replies: 7
- Views: 1571
Re: event handler error in eventman.log
$ ls -l /var/lib/net-snmp/ total 8 drwxr-xr-x 2 nagios nagios 6 Sep 13 04:56 cert_indexes drwxr-xr-x 2 nagios nagios 14 Sep 13 04:56 mib_indexes -rw------- 1 nagios nagios 675 Jan 29 15:35 snmpapp.conf -rw------- 1 nagios nagios 1693 Jan 28 17:01 snmpd.conf snmpapp.conf file just got created.
- Tue Jan 29, 2019 3:43 pm
- Forum: Nagios XI
- Topic: event handler error in eventman.log
- Replies: 7
- Views: 1571
Re: event handler error in eventman.log
To answer your previous questions: can you provide more details on how you have OMI service integrated with Nagios? Are you just using the SNMP Trap Sender component to send traps to the OMI device? yes i'm using the SNMP trap sender utility in nagios to send traps to OMI. it was working fine until ...
- Tue Jan 29, 2019 3:06 pm
- Forum: Nagios XI
- Topic: event handler error in eventman.log
- Replies: 7
- Views: 1571
Re: event handler error in eventman.log
the files are currently owned by root $ ls -l /var/lib/net-snmp/ total 4 drwxr-xr-x 2 root root 6 Sep 13 04:56 cert_indexes drwxr-xr-x 2 root root 14 Sep 13 04:56 mib_indexes -rw------- 1 root root 1693 Jan 28 17:01 snmpd.conf can i go ahead and run chown -R nagios:nagios here? just making sure i do...
- Tue Jan 29, 2019 11:22 am
- Forum: Nagios XI
- Topic: event handler error in eventman.log
- Replies: 7
- Views: 1571
Re: event handler error in eventman.log
After working on a fix that i found online As a workaround please log in to the core shell and execute the following: rm /var/lib/snmp/snmpapp.conf Dong so will stop the false e-mail warnings immediately. By deleting this automatically created wrong snmp config file one allows the next run of snmp ...
- Mon Jan 28, 2019 5:26 pm
- Forum: Nagios XI
- Topic: event handler error in eventman.log
- Replies: 7
- Views: 1571
event handler error in eventman.log
hi, I have OMI service integrated with nagios. For some after a recent linux patch and server reboot, the events stopped going to OMI. i see the following error in /usr/local/nagiosxi/var/eventman.log PROCESSED 0 EVENTS buffer too small to read octet string (17 < 17) .................... PROCESSED 0...
- Wed Jan 23, 2019 3:12 pm
- Forum: Nagios XI
- Topic: RAID controller monitoring
- Replies: 13
- Views: 3300
Re: RAID controller monitoring
hi, thank you so much for responding back. i was able to download the plugin, install the strocli and perl dependencies. $ lspci | grep RAID 02:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2008 [Falcon] (rev 03) This means that i have a RAID device on my server correct? when i ex...
- Wed Jan 23, 2019 11:46 am
- Forum: Nagios XI
- Topic: RAID controller monitoring
- Replies: 13
- Views: 3300
RAID controller monitoring
Hi, we have a new requirement to monitor raid controller health. Does nagios provide any plugins that can do this? i did google for third party nagios plugins to monitor raid controller, not sure which one would work for my server. This is the raid info i found $ lspci | grep RAID 03:00.0 RAID bus c...