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
Network Connections, Stats and Bandwidth Network Queue
0.0 (0)
26.8K
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 > 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.2K
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
Home Browse Submit Profile