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
Nagios Core configure a second IP-address for each Host v2 0 – Nagios 2.x
0.0 (0)
168.3K
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 > 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-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile