Comments
-
Child Status From The Manual: Displaying Map Object MetricsThe status of a map object icon reflects its current state, such as up or down. You can add a secondary status indicator to a map object to reflect metrics such as response time, CPU load, or the state of any child objects.To add the secondary status indicator:1.…
-
Jon: Have you tried "Caption Starts with F:"? JB
-
Yes there is: ---------------------------------------------------------------------------------------------------------------- Alert: ${FullName} is ${SQL:Select Round ('${VolumePercentUsed}',0) from Volumes WHERE VolumeID='${VolumeID}'} Percent Utilized Volume Size ${SQL:Select round((VolumeSize / 1024 / 1024 / 1024),1)…
-
Private VLAN, in our core Data Center, NATed for edge routers JB
-
What we did to solve this problem was to assign a custom property called "site". We settled on three character abbreviation for each of our local offices, then as we would add devices we would use the site custom property to categorize their locations. Once that was done it became very easy to have advanced alerts that…