Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About
  • Submit Feedback

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
  • Submit Feedback
Plugins4406Themes and Skins13Add-ons760Graphics 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_hadoop_hdfs_httpfs.pl (Advanced Nagios Plugins Collection)
0.0 (0)
24.3K
RSS Feed
Newest Listings Updated Listings
Top Contributors
deskwork_itunes142 (4)Davide Lemma (3)Chad Columbus (3)Marcin Bednarski (3)Andrea Bolongaro (2)
See More
Newest Contributors
pawal (1)matthewducey (1)Linuxfabrik (1)signalgrid (1)Sanna Glue (2)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > Michael Vilenkin
MV

Michael Vilenkin

@michaelv

User Stats

Member Since: February 26, 2015

Favorites0

Views

Projects0

No Projects Found
downtime_sched

works fine with Nagios core 4.0.5

used the downtime-2.2.tar.gz - works fine with Nagios core 4.0.5 Just needed to edit the files as in README file: for downtime_job.pl: use strict; use Time::Local; my($VERSION) = "2.2"; # this script version #my($NAGDIR) = "/u02/nagios" ; # Nagios root directory my($NAGDIR) = "/usr/local/nagios" ; # Nagios root directory my($SVCALSO) = 0; # schedule outages for services on hosts as well as hosts? my($CFGFILE) = "$NAGDIR/etc/schedule.cfg"; # my configuration file #my($CMDFILE) = "$NAGDIR/log/rw/nagios.cmd"; # Nagios CMD file my($CMDFILE) = "$NAGDIR/var/rw/nagios.cmd"; # Nagios CMD file # Define this for Nagios 2 #my($OBJECTS) = "$NAGDIR/log/objects.cache"; # Nagios 2 objects file my($OBJECTS) = "$NAGDIR/var/objects.cache"; # Nagios 2 objects file #my($DOWNDAT) = "$NAGDIR/log/downtime.dat"; # existing sched downtime my($DOWNDAT) = "$NAGDIR/var/downtime.dat"; # existing sched downtime # Or these for Nagios 1 my($STATUSLOG) = "$NAGDIR/log/status.log"; # Nagios status log file my($HGCFG) = "$NAGDIR/etc/hostgroups.cfg";# needed if ver=1 my($DOWNLOG) = "$NAGDIR/log/downtime.log"; # existing sched downtime my($FREQUENCY) = 1440*7; # how many minutes to look ahead. Should be at least # 1440 (one day) and

Reviewed 11 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile