Scheduled Downtime not Persistant when restarting nagios

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
User avatar
el.tison
Posts: 12
Joined: Thu May 24, 2012 9:35 am

Scheduled Downtime not Persistant when restarting nagios

Post by el.tison »

Hi team !

This is my issue : When nagios just restarted, I lost all my scheduled downtime .
This issue has been reported on mantis : http://tracker.nagios.org/view.php?id=338 and a patch exist to resolve it.

My question is : How to use this patch ?

Ps : there is a post on this forum about this problem : http://support.nagios.com/forum/viewtop ... ime#p28034 but modify cronjob doesn't change anything.

Thx in advance for your help !
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Scheduled Downtime not Persistant when restarting nagios

Post by agriffin »

In Nagios' source directory, run:

Code: Select all

patch -p0 <nagios-3.4.1-downfix-6.patch
Locked