Three questions:
1.
I've just updated the monitor plugin to the latest verstion.
But i still need to change the two lines to enable Thold for the monitor plugin.
Code: Select all
//if (in_array('thold',$plugins)) {
if (true) {
Code: Select all
//$thold = (in_array('thold',$plugins) ? true : false);
$thold = true;
Is it possible to play a sound as well when a threshold is breached?
Who would like to help me figure this out?
3.
Also the setting "Tree" at:
Grouping
This is how monitor will group hosts.
Will only show one tree, the first one.
Is it possible to group the hosts by tree so monitor will show all the existing tree's and their host in it?
Thanks in advance,
Marcel