I managed to figure out the SNMP way. Looks like its working good. Was tricky to find the OID for each drive.
Thank you for all your help!
Search found 10 matches
- Tue Dec 11, 2012 12:22 am
- Forum: Open Source Nagios Projects
- Topic: Best way to monitor disk usage?
- Replies: 4
- Views: 2172
- Mon Dec 10, 2012 1:14 am
- Forum: Open Source Nagios Projects
- Topic: Best way to monitor disk usage?
- Replies: 4
- Views: 2172
Re: Best way to monitor disk usage?
What would the process be to install a single 3rd-party plugin? Install instructions are never included on the Nagios Exchange posts.
Ive seen NRPE, But is there another way without having to configure the host or installing an agent? for both windows and linux?
thank you again!
Ive seen NRPE, But is there another way without having to configure the host or installing an agent? for both windows and linux?
thank you again!
- Thu Dec 06, 2012 11:37 pm
- Forum: Open Source Nagios Projects
- Topic: Best way to monitor disk usage?
- Replies: 4
- Views: 2172
Best way to monitor disk usage?
I have some linux/windows servers and SANs where I would like to send an alert if used storage reaches a certain percentage. What is the best tool I can use for this and how do I install/configure it? I still do not understand what the process is to install plugins in nagios core 3.4.3. Thank you al...
- Thu Dec 06, 2012 11:30 pm
- Forum: Open Source Nagios Projects
- Topic: Missing check_snmp plug-in
- Replies: 2
- Views: 2508
Re: Missing check_snmp plug-in
Thanks for your reply but i figured it out yesterday night finally. I did not have the yum net-snmp packages installed when I installed the plugins I just ran: 1. yum install net-snmp* 2. ./configure --with-nagios-user=nagios --with-nagios-group=nagios 3. make && make install The check_snmp ...
- Thu Dec 06, 2012 11:27 pm
- Forum: Open Source Nagios Projects
- Topic: Inplace update trouble from Nagios 3.2.3 to 3.4.1 CentOS 5
- Replies: 6
- Views: 2754
Re: Inplace update trouble from Nagios 3.2.3 to 3.4.1 CentOS
Figured out why this package was missing.
I did not have the yum net-snmp packages installed
I just ran:
1. yum install net-snmp*
2. configured the plugins package again
3. make && make install
The check_snmp was now where it should be.
Thanks again for your help!
I did not have the yum net-snmp packages installed
I just ran:
1. yum install net-snmp*
2. configured the plugins package again
3. make && make install
The check_snmp was now where it should be.
Thanks again for your help!
- Thu Dec 06, 2012 5:57 am
- Forum: Open Source Nagios Projects
- Topic: Missing check_snmp plug-in
- Replies: 2
- Views: 2508
Missing check_snmp plug-in
Hi There,
I have installed nagios 3.4.1 on CentOS 6.3 from source. Everything looks great except I am missing check_snmp plug-in or I need to install it.
1. Where can I download this plugin?
2. How do I install the plugin?
Thank you very much for all your help!
I have installed nagios 3.4.1 on CentOS 6.3 from source. Everything looks great except I am missing check_snmp plug-in or I need to install it.
1. Where can I download this plugin?
2. How do I install the plugin?
Thank you very much for all your help!
- Thu Dec 06, 2012 5:53 am
- Forum: Open Source Nagios Projects
- Topic: Inplace update trouble from Nagios 3.2.3 to 3.4.1 CentOS 5
- Replies: 6
- Views: 2754
Re: Inplace update trouble from Nagios 3.2.3 to 3.4.1 CentOS
Got it installed thank you! My only problem now is I cannot seem to find the check_snmp pluggin.
- Tue Dec 04, 2012 3:32 am
- Forum: Open Source Nagios Projects
- Topic: Inplace update trouble from Nagios 3.2.3 to 3.4.1 CentOS 5
- Replies: 6
- Views: 2754
Re: Inplace update trouble from Nagios 3.2.3 to 3.4.1 CentOS
Thank you for your reply. I had a feeling yesterday that this was going to be the case.
Do you have a good document on backing up existing config files and how to migrate into new server?
Do you have a good document on backing up existing config files and how to migrate into new server?
- Mon Dec 03, 2012 3:00 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Install Tutorials - From Unixmen.com
- Replies: 9
- Views: 26628
Re: Nagios Install Tutorials - From Unixmen.com
How about CentOS5 or 6?
- Mon Dec 03, 2012 2:56 am
- Forum: Open Source Nagios Projects
- Topic: Inplace update trouble from Nagios 3.2.3 to 3.4.1 CentOS 5
- Replies: 6
- Views: 2754
Inplace update trouble from Nagios 3.2.3 to 3.4.1 CentOS 5
Hi all, I inherited a Nagios core 3.2.3 server and I am trying to update to 3.4.1 on centOS 5.8 x8664. It looks like it was originally installed using yum and some repository source I cannot figure out. Ive read a lot of blogs but my installation directory is different than theirs. Mine is ( /etc/na...