Comments
-
Are you still having issues getting this to work?
-
Check the Dependency Records in CCM of the Regions that are not displaying and make sure they are actually assigned to Devices.
-
At the top right of the module, click 'Edit'. Change your time period to the timeframe needed and then click the submit button. You may need to change your Interval to be a larger sample.
-
I'm not sure of a way to specify this based on a baseline of registered phones. However, RTMT will do this for you. Under the Voice/Video tab in Alert Central, you can change the 'NumberOfRegisteredPhonesDropped' alert to a specified percentage and set it to alert via SMTP.
-
Remove " owner SolarWindsOrion_Orion" from your config and then add the operation again.
-
I created a Config Change Template, selected the nodes I wanted to remove/add IP Helper to, selected the interfaces on the nodes and executed. See Below script AddIPHelperAddress ( NCM.Nodes @ContextNode, NCM.Interfaces[] @Interfaces, string @NewIPHelper, string @OldIPHelper) { CLI { } foreach (@itf in @Interfaces) { CLI {…