Comments
-
Current dashboard showing IP address and node up/down status only as we are motioning those nodes via ICMP. Being a newbie I have already learned that to display a status in Orion using SAM script you need to output results as integer. SAM script is able to produce following output in SAM Script editor for each node and…
-
Script takes around 3+ minutes to pull and parse data for all nodes. Its crunching data from 10K + events. It wont be smart to run the whole script 300 times to update each node status. I am trying to run the script once to have all parsed data saved in XML or CSV or JSON file and then run a small script against all nodes…
-
Thanks for getting back to me on this. Please let me know if there is a way to input data into SAM script editor from XML, CSV or text file. i have a script that is parsing data from an api feed i want to use the results for different scripts to update the node status on Orion Dashboard.
-
I tried the same code for a different node that is being monitored via SNMP $uri = "swis://ServerFQDN/Orion.Nodes/NodeID=$($nodeId)/CustomProperties" $CustomProps= @{ CIEnvironmnet = "Development" LifeCycleStatus = "Commissioned" } Set-SwisObject $swis -Uri $uri -Properties $customProps I am getting following error.…
-
NPM 12.2.0 has a new feature Mute Alerts on this Object. (much better option for temporary mx windows) I am wondering if someone has script to utilize that option instead of using unmanage option.