SeekTheShrubbery / nagios-checks

Nagios check repository of own written checks or improved existing ones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nagios-checks

#check_3par_par Same as the one provided from the nagios exchange website, except for added performance data for FC,SSD. For how to use, please make use of the manual, which you can find at: https://exchange.nagios.org/directory/Plugins/Hardware/Storage-Systems/SAN-and-NAS/3PAR-check-script/details

#check_snmp_win.pl Changed the format of the output. It was fairly confusing and did not match the other plugins we were using at the time. In addition, I added multiline output for all running service. It is not possible to get the OID's for stopped services. Which would be a huge benefit for troubleshooting. Therefore it lists only the running services.

#check_win_snmp_disk.pl Added the magic number functionality, which was developed by check_mk. For any details, please head over to https://mathias-kettner.de/checkmk_filesystems.html In addition you can also find a perl implemenation of the python script below.

#check_datadomain Added some of the performance data to the original check from https://github.com/fatz/datadomain-monitoring/tree/master/nagios_check

#check_em01.pl Added some more values to the performance data to get the graphing right, which includes the min/max values. In addition, our sensor retunred many times no values, which ended up as critical in nagios. Which in return gave a bad SLA at the end of the month. Therefore it goes into unknown now. Original here: https://exchange.nagios.org/directory/Plugins/Hardware/Environmental/Websensor-EM01b/details

#check_snmp_brocade Wrong performance output. It lacked the whitespace between different counters.

#copy_bp_to_nagios.sh A handler for thruk to copy over the bp config to nagios.

#df_magic_number.pl The perl version of the python script by https://mathias-kettner.de/checkmk_filesystems.html

#check_ilias.pl Automate testing to login to learning platform Ilias

About

Nagios check repository of own written checks or improved existing ones


Languages

Language:Perl 88.1%Language:Shell 11.9%