Search found 23 matches

by cloberjewels
Thu Aug 01, 2013 8:12 am
Forum: Nagios XI
Topic: Duplicate scheduled downtime after configuring a ram disk
Replies: 18
Views: 3852

Re: Duplicate scheduled downtime after configuring a ram dis

Here is the solution: The document http://assets.nagios.com/downloads/nagiosxi/docs/Utilizing_A_RAM_Disk_In_NagiosXI.pdf needs to be updated to include editing /usr/local/nagiosxi/cron/recurringdowntime.pl and change = ('','/usr/local/nagios/var/status.dat','','','',''); to = ('','/var/nagiosramdisk...
by cloberjewels
Mon Jun 03, 2013 1:49 pm
Forum: Nagios XI
Topic: Duplicate scheduled downtime after configuring a ram disk
Replies: 18
Views: 3852

Re: Duplicate scheduled downtime after configuring a ram dis

The changelog does not specify the extent of the bug. Can you confirm from our screen shots that this issue would be resolved by upgrading? Also, as I stated, I found that the issue appears to be more related to Recurring Downtime. It's scheduling the same downtime multiple times. How does the Recur...
by cloberjewels
Wed May 29, 2013 7:25 am
Forum: Nagios XI
Topic: Duplicate scheduled downtime after configuring a ram disk
Replies: 18
Views: 3852

Re: Duplicate scheduled downtime after configuring a ram dis

Can you provide more details on the bug? Are the symptoms we are experiencing seem related?

We have been running Nagios XI 2011R3.2 for about a year now with no issues. We do plan on upgrading at some point but I would like to be sure upgrading will solve the problem.
by cloberjewels
Tue May 28, 2013 8:05 am
Forum: Nagios XI
Topic: Duplicate scheduled downtime after configuring a ram disk
Replies: 18
Views: 3852

Re: Duplicate scheduled downtime after configuring a ram dis

Also, I can get to the scheduled downtime page today but it takes several minutes to fully load because of all the duplicates now. Looking at it more closely the problem appears to be related to the Recurring Downtime entries on the Scheduled Downtime page. We have daily reoccuring downtime that add...
by cloberjewels
Tue May 28, 2013 7:33 am
Forum: Nagios XI
Topic: Duplicate scheduled downtime after configuring a ram disk
Replies: 18
Views: 3852

Re: Duplicate scheduled downtime after configuring a ram dis

[root@rhesprodnagios01 var]# grep nagiosramdisk /usr/local/nagios/etc/commands.cfg command_line /bin/mv /var/nagiosramdisk/host-perfdata /var/nagiosramdisk/spool/xidpe/$TIMET$.perfdata.host command_line /bin/mv /var/nagiosramdisk/host-perfdata /var/nagiosramdisk/spool/perfdata/host-perfdata.$TIMET$ ...
by cloberjewels
Fri May 24, 2013 4:49 pm
Forum: Nagios XI
Topic: Duplicate scheduled downtime after configuring a ram disk
Replies: 18
Views: 3852

Re: Duplicate scheduled downtime after configuring a ram dis

Here is the info requested: [root@rhesprodnagios01 ~]# grep nagiosramdisk /usr/local/nagios/etc/nagios.cfg service_perfdata_file=/var/nagiosramdisk/service-perfdata host_perfdata_file=/var/nagiosramdisk/host-perfdata check_result_path=/var/nagiosramdisk/spool/checkresults object_cache_file=/var/nagi...
by cloberjewels
Fri May 24, 2013 1:48 pm
Forum: Nagios XI
Topic: Duplicate scheduled downtime after configuring a ram disk
Replies: 18
Views: 3852

Re: Duplicate scheduled downtime after configuring a ram dis

We had not tried to clean up the duplicates yet so I would have expected something on the page. It is completely blank - it doesn't even have the typical headers or options to add scheduled downtime.
by cloberjewels
Fri May 24, 2013 9:04 am
Forum: Nagios XI
Topic: Duplicate scheduled downtime after configuring a ram disk
Replies: 18
Views: 3852

Duplicate scheduled downtime after configuring a ram disk

Hi, Nagios XI 2011R3.2 RHEL5 I have 2 issues that I think may be related so I'll included them together but if not we can break them out separately if that is easier. I configured a ram disk last week following this article: http://assets.nagios.com/downloads/nagiosxi/docs/Utilizing_A_RAM_Disk_In_Na...
by cloberjewels
Thu Mar 21, 2013 10:31 am
Forum: Nagios XI
Topic: Custom variable apear to not be working in commands
Replies: 2
Views: 813

Re: Custom variable apear to not be working in commands

Nevermind - figured it out. Custom variables are prepended with HOST or SERVICE so the custom variable is

$_SERVICEFROM_ADDRESS

in my case.