Nagios Exchange
  • Home
  • Directory
  • 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

Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now

Plugins4379Themes and Skins11Addons732Documentation283Graphics 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
Oracle check_oracle_asm_disk_groups
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (4)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)TcoUpLoad (1)
See More
Newest Contributors
Community Member (51)Davide Lemma (4)Alarig Le Lay (1)Penn Rabb (1)Sean Falzon (1)
See More
Home > Harald Kapper
HK

Harald Kapper

@hk@

User Stats

Favorites0

Views

Projects0

No Projects Found
check_icecast

latest icecast removed status2.xsl

the latest icecast release removed this file from its distribution, thereforce checks fail - a fix would be greatly appreciated. thank you!

Reviewed 11 years ago

Nagios Check Utils

not available any more

not available any more

Reviewed 13 years ago

check_bgp_neighbors

this is a nice one

this works well for checking our bgp-speakers. it would be even nicer if the "-n" parameter could be ignored so only one command definition would be needed in case you have a different number of neighbors on some devices. Also we had to fix one line: last_output=`/bin/cat /tmp/check_bgp_all.$hostname|grep $neighbor` changed to: last_output=`/bin/cat /tmp/check_bgp_all.$hostname|grep $neighbor:` the ":" is needed to match only exact neighbor IPs, we for example hat x.y.c.2 and x.y.c.20 as neighbors to one bgp-speaker therefore the grep without ":" made for some bad responses which lead to expr-errors later in the script.

Reviewed 13 years ago

check_tftp.sh

works after some work

besides the typo in line 411. we had to copy the "create tempdir" part to the "connect only check" as otherwise tftp always fails for "permission denied" - resulting in this update: function check_connect () { HOST="$1" # tmp-dir creation is necessary also for connect-only-check # as the tftp get fails otherwise with "permission denied" # 20130509 [email protected] TMPDIR=/tmp/check_tftp mkdir -p "$TMPDIR" cd "$TMPDIR" || { echo "Cannot create temporary directory in /tmp" exit $STATE_UNKNOWN } RESULT="$(echo get NaGiOs_ChEcK_FiLe | tftp $HOST 2>&1 | head -n 1)" rm -f NaGiOs_ChEcK_FiLe # call fixed - was: check_prinzipal_errors "$RESULT" check_principal_errors "$RESULT" case "$RESULT" in *"Error code 1: File not found") echo "TFTP OK - answer from server" exit $STATE_OK ;; *) echo "$RESULT" exit $STATE_CRITICAL ;; esac }

Reviewed 12 years ago

check_tftp

simply doesn't work correctly

this is because "status" of tftp always reports "connected to.." even if the tftp there is not responding...

Reviewed 12 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks