I would like to know what each system has for monitored volumes. And at that how do I use SWIS to monitor every disk it has detected, except the A: and CDROM...
Any thoughts are much appreciated.
You can use this technique: Triggering discovery of SNMPV2 device through JSON API to add a node with all volumes. To avoid monitoring removable drives, you would need to wait for the discovery to complete and then delete the unwanted volume monitors.
tdanner - Thank you for the response. This seems like more work than it's worth but how do I get a list of what volumes are being monitored on a node? I would like to generate a report showing the monitored volumes
To get the list of volumes Orion is already monitoring on a given node, you can use a query like this:
SELECT VolumeID, Caption, TypeFROM Orion.VolumesWHERE NodeID=123
(Replace 123 with the actual NodeID you want to check, of course).
Thank you soo much!!! I would like to add the nodename to this query. I notice from wathing some SW videos on the API there is a way to avoid JOINS... How do I do this and is there info avail I can lookup?
As it turns out the autoupdate of the agent has really messed up my SW monitored nodes. 96 of them say reboot required, when in fact what actually needs to happen is that the new agent needs to be installed MANUALLY! I recently upgraded from SAM 6.2 to 6.2.1 which does include a new agent so maybe that is where things went south on me.
Is anyone else having this problem?
Wrong post worry about that ... I meant to post this is another discussion!