Three scripts have been rewriten in C : check_snmp_int, check_snmp_process, check_snmp_storage
New features in the C plugins :
- Cache management : the SNMP queries for index search, which are often the biggest ones, can now be cached on disk. Speed gain from this can be up to 10 times on big switches using snmp_int.
- Support for other languages (for now only french po file has been done)... read more
Release 1.1.1 is out :
- Added documentation in the archive (off-line version of web-site).
- snmpv3 enhancements
- more sensors supported in check_snmp_env
- many changes in check_snmp_int
The rpm file will follow soon.
Patrick
I made a rpm file for the plugins which works with fc6, and should also work with older versions (not tested). It's my first rpm so feedbacks are welcome.
Patrick
All of the plugins are now in one single tgz file.
There is now an installation script, only needed if you have specific nagios directories or perl location.
Update of the script :
- Full snmpv3 support : AuthNoPriv, AuthPriv.
Help on snmpv3 : http://www.manubulon.com/nagios/index_info.html
- Cached memory is no longer included in used memory. You can still put an option if you really want to do this (-m)
Update of the script :
- Full snmpv3 support (other scripts will follow) : AuthNoPriv, AuthPriv.
Help on snmpv3 : http://www.manubulon.com/nagios/index_info.html
- You can put warning and critical levels in Kbits/s instead of KBytes/s (-B option)
The check_snmp_load is updated (v1.2). It now supports :
- MIB II cpu (works with Windows)
- Linux load provided by Net SNMP
- Cpu usage given by net-snmp (100-idle)
- as400 CPU usage
- cisco CPU usage
- cisco catalyst CPU usage
- NetScreen CPU usage
- fortigate CPU usage
- bluecoat CPU usage
- nokia CPU usage
- HP procurve switch CPU usage
- Linkproof CPU usage
The option to set the remote host type has changed (now using -T)... read more
I released a new script for testing windows services.
It's still in beta stage as it hasn't been fully tested.
name : check_snmp_win.pl
Doc : http://www.manubulon.com/nagios/snmp_windows.html
I have difficulties to check every features of my scripts when I upgrade, so if you can test the beta versions in your environnement, please send me a mail.
Thanks !
Patrick
Updated check_snmp_mem.pl (v 0.9) :
- Added HP Procurve support
- snmp v2c support
I decided to open a project on SourceForge to host my scripts.
This project is open to anybody wanting to develop Nagios snmp oriented plugins or feature.