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
Clustering and High-Availability check_elasticsearch_cluster_disk_balance.pl (Advanced Nagios Plugins Collection)
0.0 (0)
5.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 > Silver Salonen
SS

Silver Salonen

@atrox

User Stats

Member Since: November 2, 2010

Favorites3

Views3

Projects8

check_3waredisk.sh
RAID Controllers
check_3waredisk.sh
Plugin to check 3ware controller with tw_cli. The script just passes tw_cli correct commands and parses its output.
4.0 (2)
93.6K
0
Silver Salonen
GPL
check_arcconf.rb
FreeBSD
check_arcconf.rb
A plugin to check status of disks or RAID itself of Adaptec RAID controller. The script uses 'arcconf' utility and is scripted in Ruby.
0.0 (0)
94.9K
0
Silver Salonen
GPL
check_bacula.pl
Bacula
check_bacula.pl
The script queries Bacula database for number of successful or still running backups of a given job. It's also possible to query number of errors…
4.5 (6)
106.9K
1
Silver Salonen
GPL
check_dmesg-disk.sh
FreeBSD
check_dmesg-disk.sh
Script searches unusual messages about a disk from dmesg.
0.0 (0)
94K
0
Silver Salonen
GPL
check_geom.sh
FreeBSD
check_geom.sh
The script checks the status of a given GEOM class (implementing software RAID on FreeBSD) - currently only gstripe, gmirror and graid3 are supported. The…
0.0 (0)
94.2K
0
Silver Salonen
GPL
check_pf.sh
FreeBSD
check_pf.sh
The script checks whether a rule exists within PF rules. It parses output of pfctl.
0.0 (0)
91.5K
0
Silver Salonen
GPL
check_postqueue.sh
Postfix
check_postqueue.sh
The script returns the length of Postfix queue by parsing output of postqueue.
4.0 (6)
104.4K
2
Silver Salonen
GPL
check_process.sh
FreeBSD
check_process.sh
The script checks whether a specific process is running. It just parses output of ps. If the process is not running, the script runs a…
4.0 (1)
104K
0
Silver Salonen
GPL
check_smartmon

deprecation warnings

To get rid of the deprecation warnings: --- check_smartmon.py.orig 2011-03-15 15:28:50.000000000 +0200 +++ check_smartmon.py 2011-03-15 15:40:48.000000000 +0200 @@ -28,6 +28,7 @@ import os.path import sys +import warnings from optparse import OptionParser @@ -111,6 +112,8 @@ # get health status cmd = "%s -H %s" % (path, device) vprint(3, "Get device health status: %s" % cmd) + # filter out deprecation warnings + warnings.filterwarnings('ignore', category=DeprecationWarning, message=r'os.popen3') (child_stdin, child_stdout, child_stderr) = os.popen3(cmd) line = child_stderr.readline() if len(line):

Reviewed 15 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile