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
Other Tutorials And HOWTOs Collax Monitoring With Nagios
0.0 (0)
65.9K
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 > Reiner Keller
RK

Reiner Keller

@Reiner030

User Stats

Member Since: June 26, 2012

Favorites0

Views

Projects0

No Projects Found
check_unifi.php

Sound great BUT is actually not available anymore :-(

Hello, I tried to checkout this script on weekend but sadly on X-Mas the Whois entry of download URL was updated to some weird state - only NS entries are there, nothing more, so I even can't contact by email. And sadly there is no alternate download possible like here or github so I could only hope that it would be fixed when recognized. From uses PHP-client API the browser version looks very impresse what can bei all requested and monitored. Bests Reiner

Reviewed 3 years ago

Duply backup status

nice check - some improvements needed

Hi, a) s3 backup check works mostly out of the box "Problem". sudo rights needs "ALL" or full path /usr/bin/duply to work b) ssh backup creates STDERR output: # duply `hostname` status >/dev/null ssh: Connected (version 2.0, client OpenSSH_5.5p1) ssh: Authentication (publickey) successful! ssh: Secsh channel 1 opened. ssh: [chan 1] Opened sftp connection (server version 3) which needs to be filtered/ignored. ( I try to post here later a fix for it). Bests

Reviewed 11 years ago

check_asterisk_channels

work - with fixes

Hello, works with Asterisk after a fix... Nice for global overview / if you have only 1 trunk. It has no sseparate channel monitoring splitted by peer (hope it is readable): # diff -p nagios_check_channels.sh{.orig,} *** nagios_check_channels.sh.orig 2012-06-26 19:19:46.000000000 +0200 --- nagios_check_channels.sh 2012-06-01 20:50:52.000000000 +0200 *************** *** 5,17 **** # Last Modified: 2009-02-28 ASTERISK=/usr/sbin/asterisk ! PROGPATH=`dirname $0` REVISION=`echo '$Revision: 1 $' | sed -e 's/[^0-9.]//g'` DATETIME=`date "+%Y-%m-%d %H:%M:%S"` TAB=" " ! . $PROGPATH/utils.sh print_usage() { echo " --- 5,18 ---- # Last Modified: 2009-02-28 ASTERISK=/usr/sbin/asterisk ! NAGIOS_PLUGINS="/usr/lib/nagios/plugins/" PROGPATH=`dirname $0` REVISION=`echo '$Revision: 1 $' | sed -e 's/[^0-9.]//g'` DATETIME=`date "+%Y-%m-%d %H:%M:%S"` TAB=" " ! #. $PROGPATH/utils.sh ! . $NAGIOS_PLUGINS/utils.sh print_usage() { echo " *************** command_output=`$ASTERISK -rx "core show *** 190,198 **** check_asterisk_result $? "$command_output" # Parse the data. ! call_data=`echo "$command_output" | tail -n 2` active_channels=`echo "$call_data" | head -n 1 | cut -f 1 -d " "` ! active_calls=`echo "$call_data" | tail -n 1 | cut -f 1 -d " "` # Test for warning/critical channels. if [ "$channels_critical" != "-1" ] && [ "$active_channels" -gt "$channels_critical" ]; then --- 191,199 ---- check_asterisk_result $? "$command_output" # Parse the data. ! call_data=`echo "$command_output" | tail -n 4` active_channels=`echo "$call_data" | head -n 1 | cut -f 1 -d " "` ! active_calls=`echo "$call_data" | head -n 2 | tail -n 1 | cut -f 1 -d " "` # Test for warning/critical channels. if [ "$channels_critical" != "-1" ] && [ "$active_channels" -gt "$channels_critical" ]; then *************** esac *** 230,232 **** --- 231,235 ---- echo "${exit_message}: $active_channels active channels, $active_calls active calls | ${DATETIME}${TAB}${active_channels}${TAB}${active_calls}"; exit $exitstatus

Reviewed 13 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile