Closed

Closed due to inactivity. Received 30 votes with last vote on 16 Oct 2019.

Quick / easy way to figure out what exactly is utilizing the poller(s) capacity

Quick / easy way to figure out what exactly is utilizing the poller(s) capacity. I would also say an easy way to view which nodes/interfaces/etc. are being polled via each poller. Even break it into groups, and show which machines in each group are being polled on that poller. It would make some aspects of our lives easier.

Thank you very much!

  • I have a SQL query that I use for this information

    SELECT

    ENGINE.EngineID,

    ENGINE.ServerName,

    ENGINE.ServerType,

    ENGPROP1.PropertyValue AS "Job Weight",

    ENGINE.Elements,

    ENGINE.Interfaces,

    ENGINE.Nodes,

    ENGINE.Volumes,

    ENGINE.PollingCompletion

    FROM [NTRSORION].[dbo].[Engines] AS ENGINE

    INNER JOIN dbo.EngineProperties AS ENGPROP1 ON ENGINE.EngineID = ENGPROP1.EngineID

    WHERE ENGPROP1.PropertyName = 'Orion.Standard.Polling'

    ORDER BY  ENGINE.Servertype DESC,  ENGINE.ServerName;

    pastedImage_0.png

  • This can be done, I have a few dashboards for these items.  Which products do you have?  I can share a few dashboards that I made and/or found on THWACK to track usage.

    "I would also say an easy way to view which nodes/interfaces/etc. are being polled via each poller."

    Are you looking for assignment or for items that are not being polled?  The first part can be done by doing to node management and adding 'polling engine'.

         /orion/nodes/default.aspx

         Click on the two blue arrorws on the far right to open the menu

         pastedImage_1.png

         Select 'Polling Engine', then save.

         pastedImage_0.png

  • It would also be nice if we have a single place to view and troubleshoot synchronization between pollers. It would be great to have a "Synchronize Now" button when pollers aren't synching.