Comments
-
1) Our network has many nodes that have been added to the monitoring system using both the WAN (/30) and Network (/24) addresses. SNMP monitoring is currently done (discovery default) on both, but this is essentially storing redundant interface data that results in addition alerts and alarms. I would like to simple remove…
-
The functionality described by outsidesys would be excellent to have. I want to be able to pass specific variable binding values in an email or log file. Look forward to seeing the results of this stream.
-
I have created a simplified example of the issue. It contains only a single Custom.Property checkbox called "IsOPSGear". Placed on a view with the custom Limitation of IsOPSGear = 1 the first code runs fine while the second code produces a sqlexception. ========FIRST======= SELECT TOP (20) AVG(TempTable.AvgAvail) AS…
-
I found the same problem for the status of a radio I want to poll. errorFree(0) errored(1) severelyErrored(2) unavailable(3) I mapped the enumeration values but they are not used for the chart. Depending on the resolution of the chart and polling interval it will show factional values such as 0.5 even though the status is…