Hello,
I'm gathering data from multiple sources (mostly DB and application performance data). Currently when the host go down or I disable all of its items its impossible to browse historical data of this host.
For instance I configured ABC database and there are 3 items, when the DB goes down for maintenance or is closed permanently its impossible for me to browse the data gathered when it was available.
The database disappears from graphs, overview etc
Is there any way to change this behavior?
I tried to change the $options variable in overview.php to:
$options = array('allow_all_hosts','monitored_hosts','with_mo nitored_items');
But it doesn't change anything.
I'm gathering data from multiple sources (mostly DB and application performance data). Currently when the host go down or I disable all of its items its impossible to browse historical data of this host.
For instance I configured ABC database and there are 3 items, when the DB goes down for maintenance or is closed permanently its impossible for me to browse the data gathered when it was available.
The database disappears from graphs, overview etc
Is there any way to change this behavior?
I tried to change the $options variable in overview.php to:
$options = array('allow_all_hosts','monitored_hosts','with_mo nitored_items');
But it doesn't change anything.
Comment