Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Novell SuSE Linux filesystem check plugin for Nagios
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
The new thing is that you do not have to provide a list of filesystems. **It just checks all mounted filesystems**. There are some other check modules where you can provide a list of filesystems but I do not want to do that, to much work. I want to check all.
**Another important thing is that this check program only works with snmp v3 !**
I do not want to use the older one any more.
If you do not use that version before, you have to create the snmp user account
before you can use this check program.
You can create a snmp v3 user account with this one:
{{net-snmp-config --create-snmpv3-user -a snmpv3user -x snmpv3pw -X DES -A MD5 snmpv3pw}}
and have add this to the /etc/snmpd.conf
{{...
//# SNMP V3 Access Control//
rouser snmpv3user
...}}
after that restart the snmp subsystem and you should be able to use that new account
**!!! For detailed / secure snmp configuration read the snmp documentations !!!
!!! This is just an easy example !!!**
Examples:
{{./check_linux_vol.pl -H AS-HOST01 -l snmpv3user -x snmpv3pw -w 70 -c 85
FS: / -> Size: 32 GB -> 50% used
FS: /usr -> Size: 34 GB -> 20% used}}
The program was tested with
Novell Open Enterprise Server 9
Novell SuSE Linux Enterprise Server 9
Currectly no test with lvm/evms have been done.
I will do this very quickly ....
Novell oes nss tests have bee done and required some minor changes.
See changelog of the check program for informations. The are all
fixed in version 0.20. 8.1.2006
**Another important thing is that this check program only works with snmp v3 !**
I do not want to use the older one any more.
If you do not use that version before, you have to create the snmp user account
before you can use this check program.
You can create a snmp v3 user account with this one:
{{net-snmp-config --create-snmpv3-user -a snmpv3user -x snmpv3pw -X DES -A MD5 snmpv3pw}}
and have add this to the /etc/snmpd.conf
{{...
//# SNMP V3 Access Control//
rouser snmpv3user
...}}
after that restart the snmp subsystem and you should be able to use that new account
**!!! For detailed / secure snmp configuration read the snmp documentations !!!
!!! This is just an easy example !!!**
Examples:
{{./check_linux_vol.pl -H AS-HOST01 -l snmpv3user -x snmpv3pw -w 70 -c 85
FS: / -> Size: 32 GB -> 50% used
FS: /usr -> Size: 34 GB -> 20% used}}
The program was tested with
Novell Open Enterprise Server 9
Novell SuSE Linux Enterprise Server 9
Currectly no test with lvm/evms have been done.
I will do this very quickly ....
Novell oes nss tests have bee done and required some minor changes.
See changelog of the check program for informations. The are all
fixed in version 0.20. 8.1.2006
Reviews (0)
Be the first to review this listing!