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
Network Connections, Stats and Bandwidth check_wireless_ssid
0.0 (0)
92.9K
RSS Feed
Newest Listings Updated Listings
Top Contributors
LAMY (6)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Michal Švamberg
M�

Michal Švamberg

@svamberg

User Stats

Member Since: February 11, 2013

Favorites2

Views596

Projects2

check_smart_all_disks.sh
Storage Subsystem
check_smart_all_disks.sh
Check all connected disks by S.M.A.R.T. You can set minimum pending/realocating sectors, disable test for logs, checksum or failing state. There are two tools: check_smart_all_disks.sh…
5.0 (1)
47.6K
2
Michal Švamberg
GPL
Compare running VMs with config files
Xen
Compare running VMs with config files
Compare configuration space (name of config files in /etc/xen/auto/) with running virtual machines. Notes: * name of config file must be equal with name of…
0.0 (0)
6.1K
0
Michal Švamberg
GPL
check_file_content

Small fix

This plugin needs small patch: --- check_file_content.pl.orig 2015-09-15 13:44:43.941945012 +0200 +++ check_file_content.pl 2015-09-15 13:42:31.572945415 +0200 @@ -56,7 +56,7 @@ my $o_user= undef; # user my $o_password= undef; # password my $o_domain= undef; # domain -my @o_search= undef; # word or chain we search +my @o_search= (); # word or chain we search my @o_exception= undef; # exception word or chain we not search my $o_check_type= undef; # check type my $o_version= undef; # print version @@ -288,7 +288,7 @@ # Should match foreach (@o_search) { - if ($line =~ m/@o_search/) { + if ($line =~ m/$_/) { if ($exception==1) { if ($line =~ m/@o_exception/) { $found=0;

Reviewed 10 years ago

check_fail2ban

Update for new version of fail2ban

Output of 0.9.x fail2ban is different (added white characters). This patch fix it: --- a/check_fail2ban.sh +++ b/check_fail2ban.sh @@ -105,7 +105,7 @@ fi # ##################################################################### # Run the fail2ban-client, and generate the list of operating jails # ##################################################################### -jail_list=$($fail2ban_client status|grep "list" |cut -f 3 |tr -d ,) +jail_list=$($fail2ban_client status|grep "list" | cut -d : -f 2 | tr -d ,) # ##################################################################### # Cycle through all jails, count blocked IP, and build output strings

Reviewed 9 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks