Hi all,
in case someone still looking for a solution... I was searching for disabling the alert of a probe and came to this blog entry which finally brought me to the final idea with even different detailed options you have.
The key point of see / hiding the alerts of things you are not intersted in / responsible for is the root ID you start from.
On the setup of the PRTG connection on the application you can enter the Root ID your view is starting from.
So everything outside the subtree of your starting point is not considered, also no errors.
Option 1) You add an additional probe which monitors the time / case depending devices and you select the root ID on your main probe only. (In case you already have several probes, this will causing a connection for each of the other probes)
Option 2) You create a group element on top level of your probe and select the sibling node ID as your root ID on the configuration.
Finally a total different option could be to handle it with a user permission.
So your standard users do not have the rights to see these sensors temporary off and you change to a second user / connection setting (on GUI application) to see those sensors.
Finally if all these above do not work.
Run the query you want to do for a printer by SNMP or network bandwidth by WMI other protocols by script (Powershell, VB, ...) and handle the error in case of no response with "Sucess" return value. There you have it in your hands to outline the value just as warning and not as error.
The device element you define above can be anything then which does not change to error in case it is not reachable.
Hope this helps. I will at least set it up now like this on my side to get rid of the error.
Finally, in case devices are powered off in predefined time frames or are powered on on fixed moments (like a printer always at core office hours) you can query the numbers / toner status once a day for 10 min by the "Schedule" in the settings of each Group, Device and Sensor (inherited).
Add comment