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
Plugins4387Themes and Skins11Add-ons734Documentation283Graphics 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
Clustering and High-Availability check_mesos_slave_metrics.pl (Advanced Nagios Plugins Collection)
0.0 (0)
5.2K
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
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Clemens Hofer
CH

Clemens Hofer

@dozla

User Stats

Member Since: July 19, 2012

Favorites0

Views1

Projects1

check_amq
Java Applications and Servers
check_amq
This active mq check script is looking for pending messages. It´s a shell script, just using the binary stuff that apache active mq is providing.…
0.0 (0)
61K
0
Clemens Hofer
check_nwc_health

Very good plugin!

Works like a charm

Reviewed 11 years ago

check_apc.pl

Very good plugin, just another check

Hey, added a check for Runtime againt Warning / Critical Values. Noticed that one of our UPS had a remaining runtime of 6! Minutes, but the Replacement Flag for the battery was not set. case "runtime" { my $ups_runtime_ticks = query_oid($oid_runtimeleft); my $ups_runtime_mins = int($ups_runtime_ticks / 100 / 60); my $perf_data = "|'Runtime Remaining'=$ups_runtime_mins,$warning_threshold,$critical_threshold;;"; if ($ups_runtime_mins > $warning_threshold) { print "OK, (Runtime remaining: $ups_runtime_mins minutes)$perf_datan"; exit $OKAY; } elsif ($ups_runtime_mins > $critical_threshold) { print "Warning, (Runtime remaining: $ups_runtime_mins minutes)$perf_datan"; exit $WARNING; } else { print "Critical, (Runtime remaining: $ups_runtime_mins minutes)$perf_datan"; exit $CRITICAL; } #print "MINUTES: $ups_runtime_minutesn"; #exit $OKAY; } Host File: define service{ use local-service ; Name of service template to use host_name service_description RUNTIME check_command check_apc!runtime -w 20 -c 10 }

Reviewed 11 years ago

check_snmp_brocade - monitor Brocade fibre channel switches

Very good!

Works like a charm!

Reviewed 11 years ago

Check WMI Plus

Very good plugin!

Very powerful plugin, no more messing around with NSClient++, just set it up and Monitor machines from XP to Server2012. Just one little thing for users from other countries, check for the installation language, nonetheless I would recommend using english language, in case your server is installed in e.g. german, review some sql querys, as some parameters on the server might be in german. Example: In check_wmi_plus/check_wmi_plus.d/check_sql.ini #query=SELECT * FROM Win32_PerfFormattedData_MSSQLSERVER_SQLServerWaitStatistics where Name = "Average wait time (ms)" query=SELECT * FROM Win32_PerfFormattedData_MSSQLSERVER_SQLServerWaitStatistics where Name = "Durchschnittliche Wartezeit (ms)"

Reviewed 11 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks