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

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4401Themes and Skins13Add-ons756Graphics 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
Others check_smart smart monitoring with smartmontools
0.0 (0)
8.2K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)Julien DESMAREST (6)Davide Lemma (4)deskwork_itunes142 (4)Chad Columbus (3)
See More
Newest Contributors
signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)juanfertor (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > Arno Teigseth
AT

Arno Teigseth

@arnotixe

User Stats

Member Since: March 4, 2017

Favorites0

Views

Projects0

No Projects Found
Check QNAP Disk

Works with a little hack since Nagios Perl plugin changed

on my QNAP TS-853A 8-bay I just went to control panel and enabled SNMP. Heads up: As http://search.cpan.org/dist/Nagios-Plugin/lib/Nagios/Plugin.pm indicates, you need to search-and-replace "Nagios::Plugin" with "Monitoring::Plugin" in the perl script now. You also need to perl -MCPAN -e 'install Monitoring::Plugin' instead of "Nagios::Plugin' :D thanks!

Reviewed 9 years ago

check_bacula_log

Great, added one for yesterday

Since I run backups late night I needed also yesterday's backups checked, and did: after #my $date = strftime("%d-%b-%Y", localtime); I added: #Yesterday :) #http://stackoverflow.com/questions/3506475/how-do-i-get-yesterdays-date-using-localtime my $date = strftime("%d-%b-%Y", localtime); my ($sec, $min, $hour, $mday, $mon, $year) = localtime(); my $yesterday_midday=timelocal(0,0,12,$mday,$mon,$year) - 24*60*60; ($sec, $min, $hour, $mday, $mon, $year) = localtime($yesterday_midday); my $yesterdate = strftime("%d-%b-%Y", localtime($yesterday_midday)); and added an OR to the date check further down: # want only todays and yesterdays jobs next unless ($job{'Start time'} =~ m/^Q$dateEs/) or ($job{'Start time'} =~ m/^Q$yesterdateEs/); thanks !

Reviewed 9 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile