Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4391Themes and Skins11Add-ons738Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Linux check_raid_megarc AMI LSI Dell PowerEdge PERC4 SCSI RAID FreeBSD
0.0 (0)
146.4K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)
See More
Newest Contributors
messefreeze (2)apham (1)mngvn (2)Georg2Korger2 (1)Guillaume8723 (1)
See More

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home > Claudio Kuenzler
CK

Claudio Kuenzler

@Napsty

User Stats

Member Since: April 28, 2011

Favorites24

Views63840

Projects19

Check MySQL Replication Slave Status
MySQL
Check MySQL Replication Slave Status
Checks if MySQL Replication is active, checks for delay and outputs some additional info and performance data. It also catches non-obvious errors which would indicate…
4.0 (5)
150.1K
0
Claudio Kuenzler
GPL
Check Windows Network Traffic/Usage
Windows
Check Windows Network Traffic/Usage
This plugin uses check_nt, which is part of the official Nagios plugin collection. However with check_nt you only get to check one value (e.g. Bytes…
4.3 (9)
109K
0
Claudio Kuenzler
GPL
check_confixxlicense
License Management
check_confixxlicense
This is a plugin to monitor the license of a Confixx installation in Nagios. Its written in shell so it should run on almost all…
0.0 (0)
2.9K
0
Claudio Kuenzler
check_couchdb_replication
Others
check_couchdb_replication
This is a plugin to monitor the status of CouchDB replications. Use the -d parameter to list all available replications and monitor them with -r…
0.0 (0)
5.7K
0
Claudio Kuenzler
GPL
check_equallogic
Dell
check_equallogic
This is a plugin to monitor a Dell Equallogic storage device with Nagios. Its written in shell so it should run on almost all Linux/Unix…
4.9 (18)
206.1K
7
Claudio Kuenzler
GPL
check_es_system ElasticSearch + OpenSearch monitoring
Others
check_es_system ElasticSearch + OpenSearch monitoring
This is a monitoring plugin to check the status of an ElasticSearch or OpenSearch cluster or single node.
5.0 (2)
16.3K
0
Claudio Kuenzler
GPL
check_esxi_hardware.py
VMWare
check_esxi_hardware.py
check_esxi_hardware (formerly known as check_esx_wbem) is an open source monitoring plugin to monitor the hardware of ESXi (and previously ESX) servers. It queries the CIM…
4.4 (70)
369.6K
13
Claudio Kuenzler
GPL
check_ibm_ts_tape
Tape Drives and Libraries
check_ibm_ts_tape
This plugin is used to check an IBM System Storage TS Tape Library. It checks for the current status (GlobalStatus), the cleaning status of the…
0.0 (0)
77.9K
1
Claudio Kuenzler
GPL
check_infoblox
Network Gear
check_infoblox
This is a plugin to monitor Infoblox appliances. It uses SNMP to retrieve the information from the appliance's management ip address. The plugin can also…
3.5 (2)
13.6K
1
Claudio Kuenzler
GPL
check_invoiceninja
License Management
check_invoiceninja
Monitoring plugin to check Invoice Ninja license
0.0 (0)
2.9K
0
Claudio Kuenzler
Previous 12 Next
check_pass_expire

Does the job, thx

Does what its supposed to do. Not more, not less, good --help output. Great job. Thanks for sharing. Tested on Solaris 10.

Reviewed 12 years ago

check_redis.pl

Great work

Excellent work, very nice plugin, good documentation (within the plugin). It's a nice "feature" that I can run the same command to check for the replication on both master and slave and that it automatically detects the slave: On MASTER: ./check_redis.pl -H localhost -r -f OK: REDIS 2.6.16 on localhost:6379 has 1 databases (db0) with 9116 keys, up 87 days 13 hours On SLAVE: ./check_redis.pl -H localhost -r -f OK: REDIS 2.6.16 on localhost:6379 has 1 databases (db0) with 9126 keys, up 87 days 6 hours - replication_delay is 0 | replication_delay=0

Reviewed 12 years ago

Nagios/Monitoring Plugin: IBM System Storage TS 3x00 Tape Library

Plugin is already listed

The plugin was already added to Nagios Exchange: http://localhost/directory/Plugins/Hardware/Storage-Systems/Tape-Drives-and-Libraries/check_ibm_ts_tape/details thanks anyway

Reviewed 14 years ago

Count number of terminal server sessions

Add perfdata

You can simply add perfdata to the output: ECHO Number of active sessions = %COUNT%^|usersconnected=%COUNT%

Reviewed 14 years ago

NetBackup latest backup status check

Power Shell and NSclient...

Very good once it works, but complicated to get it running! I finally got it running by using this line in the [NRPE Handlers] section: check_nbu_backstat=cmd /c echo scriptscheck_nbu_backstat.ps1 $ARG1$ | powershell.exe -command -

Reviewed 14 years ago

check_hds_ams.pl

Does what it should

Good plugin to quickly check the AMS for hardware problems. Of course more output information would be nice, but I know that HDS' SNMP information is rare. Thanks also to user car, which fixed the perl warnings with his diff.

Reviewed 14 years ago

check_KAV.bat

Modified batch file

In my case/environment the batch plugin didn't work due to a database instance and probably compatibility bugs in the batch file. I've written a tutorial how the batch file can be adjusted so it works with DB instances: http://www.claudiokuenzler.com/blog/212/Nagios-check-Kaspersky-Server-License-Windows-Server-SQL (Tested on Windows 2003, SQL Express 2005)

Reviewed 14 years ago

Advanced Network Interface Check - check_netint / check_snmp_netint

Nice, good work

I've used check_snmp_int for a long time until I came across this 'fork'. Well it seems to be working good so far (tested on Cisco switches), but I'd like to have the possibility to output perfdata of the interface usage _without_ having to declare warning and critical thresholds (-k). If this feature could be added that would be great.

Reviewed 14 years ago

check_file_ages_in_dirs

Some modifications needed on SLES

On SLES 10 with Bash 3.1.17 the script needs some minor modifications that it works. I got these errors: line 299: let: FILE_AGE = 1335536854 - : syntax error: operand expected (error token is " ") line 300: let: FILE_AGE_UNITS = / 3600: syntax error: operand expected (error token is "/ 3600") line 303: [: -gt: unary operator expected line 306: [: -gt: unary operator expected How to fix it -------------- Line 294 from: st_ctime=`stat --printf=%Y ${next_filepath}` Line 294 to: st_ctime=`stat --format=%Y ${next_filepath}` Line 303 from: if [ $FILE_AGE -gt $MAX_CRIT_AGE ]; then Line 303 to: if [[ $FILE_AGE -gt $MAX_CRIT_AGE ]]; then Line 306 from: elif [ $FILE_AGE -gt $MAX_WARN_AGE ]; then Line 306 to: elif [[ $FILE_AGE -gt $MAX_WARN_AGE ]]; then Besides that nice work!

Reviewed 14 years ago

Check hardware running VMware ESXi

New version

You should check out the new version of this plugin: http://localhost/directory/Plugins/Operating-Systems/%2A-Virtual-Environments/VMWare/check_esxi_hardware-2Epy/details

Reviewed 14 years ago

Jeff Manross

Good list - although no plugin very helpful

Thanks for putting together this list. Although this isn't a plugin but a list of OID's it was actually more helpful than other APC plugins lying around here (most of them don't work or need addditional software).

Reviewed 14 years ago

check_mem.pl

Works great - multi OS featured

I came across this plugin when looking for a multi-os check_mem plugin and was satisfied. By the way: I contributed the FreeBSD memory check to this plugin, you should check it on the official github repository.

Reviewed 13 years ago

check_netio

Works great - but not on RHEL/CentOS7

To run the plugin on RHEL 7 or CentOS 7 check out https://www.claudiokuenzler.com/blog/692/using-check_netio-monitoring-nagios-plugin-on-centos-redhat-rhel-7

Reviewed 9 years ago

check_ilo2_health

Awesome

Keep up the good work. Working very well with ILO3 (with -3 parameter).

Reviewed 13 years ago

check_postgres

Great

Was looking for a similar plugin like check_mysql to get some Postgres stats. check_postgres does the job and much more. Once I figured out how to use it correctly (--action is required), it worked great. Thanks for your work!

Reviewed 12 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile