Can't delete timeperiods - No relationships stated

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
tguadagnin
Posts: 17
Joined: Wed Mar 13, 2013 7:44 pm

Can't delete timeperiods - No relationships stated

Post by tguadagnin »

Hi,

I'm having the following problem when trying to delete a time period.

Code: Select all

Database Relationships for timeperiod : 15-16_thursday
Items labeled as: 'Dependent relationships' will prohibit deletion
Object ID: 53 of table tbl_timeperiod:
There are no stated relationships in the message though.

I've tried a different browsers, deleting cache, to no avail..
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Can't delete timeperiods - No relationships stated

Post by Box293 »

Try this to identify the objects which are using the timeperiod:

Code: Select all

grep -R '15-16_thursday' /usr/local/nagios/etc/
The results should point you to the line numbers in the files that use this object, which will help you find it in CCM.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked