Oh, sorry again .... everything works perfectly!))
i'm sorry... it works fine with ip.excludePing != 1 but only if set ip.lastSeen=current month
works only if and ip.excludePing is NULL instead and ip.excludePing != 1
Online detection is triggered if two or more online hosts were previously detected. if(sizeof($subnet_addresses)> 1) - 2 hosts or more. If there is only 1 online host or all hosts are offline, detection will never start again, even if later all hosts are connected to the network. It seems that the size of the subnet is taken from the number of previously detected online hosts. If you set the network size to be greater than 0, then the detection trigger will always work. (The size of the subnet is...
Online detection is triggered if two or more online hosts were previously detected. if(sizeof($subnet_addresses)> 1) - 2 online hosts or more. If there is only 1 online host or all hosts are offline, detection will never start again, even if later all hosts are connected to the network. It seems that the size of the subnet is taken from the number of previously detected online hosts. If you set the network size to be greater than 0, then the detection trigger will always work. (The size of the subnet...
Online detection is triggered if two or more online hosts have been detected previously. if(sizeof($subnet_addresses)> 1) - 2 online hosts or more. If there is only 1 online host or all hosts are offline, detection will never start again, even if later all hosts are connected to the network. It seems that the size of the subnet is taken from the number of previously detected online hosts. If you set the network size to be greater than 0, then the detection trigger will always work. (The size of the...
Online detection is triggered if more than two online hosts have been detected previously. if(sizeof($subnet_addresses)> 1) - 2 online hosts or more. If there is only 1 online host or all hosts are offline, detection will never start again, even if later all hosts are connected to the network. It seems that the size of the subnet is taken from the number of previously detected online hosts. If you set the network size to be greater than 0, then the detection trigger will always work. (The size of...
try to change in ../phpipam/functions/scripts/pingcheck.php if(sizeof($subnet_addresses)>1) to if(sizeof($subnet_addresses)>0)