Network Management
Simulating the Custom Poller Table alert does not list objects to test against
Clicking on "Simulate" button to test Alert against Custom Poller Table does not list out objects to be tested against.
First published date
Last published date
Overview
This article addresses the issue where simulating a custom poller table alert does not provide a list of objects that the alert can be tested against.
Product section
Cause
The Simulate function does not show up for Custom Poller Table Value, because there are no labels defined.
When we select objects for the Simulate dialog, it is ordered by Labels and the TOP 300 are selected, so the NULLs are selected and nothing is displayed.
Resolution
Execute the following:
SELECT UniqueName FROM CustomPollers WHERE PollerType<>'F' AND SNMPGetType='GetSubTree' AND LabelType is null
Make the appropriate updates to the Universal Device Pollers:
- Log in to the Orion server (RDP).
- Run the Universal Device Poller.
- In the ALL DEFINED POLLERS pane (bottom left), right-click and select Label on each poller that is shown in the SQL query ran before.
- Configure the label for each of the affected pollers.
- Click Finish.