Comments
-
Hi dkeyser, for last polled values you can use Apm_HardwareItem table or view APM_HardwareItemReportData where the Unit and Orion Status are strings. Jiri
-
In your custom table poller use one column as polled OID and the second column as Label. Then you can in advanced alert compare Value with Label.
-
You are right, we've removed the text, but you can find the percentile in the chart tooltip when you hover the mouse over data series in chart (percentile data serie have to be selected forthe chart).
-
Hi Spiky, Can you check if the interfaces were really removed and added again (check the historical data) or only the events were generated? Are the interfaces polled now? I have seen similar issue before some time when one of the collector services has crashed. As a side effect the remove/add interface events were…
-
Select EDIT in top right corner of "Top 10 Interfaces by Percent Utilization" resource and on edit page change "Maximum Number of Interfaces to Display". To add new resources select "Customize Page" in top right corner of the view. If you don't see EDIT on resource and "Customize Page" on view, it's because you don't have…
-
It works as designed. With "Show" you can change what will be listed in the table: Nodes / Interfaces and what you will see as counts in brackets on the left side. It has no impact on the left side itself where are every time Nodes. If you are looking for Down interfaces you can use "Down Interfaces" resource or create…
-
Settings -> Views by Device Type Change the view to "Node Detail" for Object Types with issue.
-
Did you try to change custom poller Format? - edit custom poller - open Show Advanced Options - change format to Mac Address You have to wait to next poll as formating is used before the values are stored in database. When only Test is used formating is ignored.
-
Run following query to verify custom property is set up properly: SELECT i.interfaceId,i.caption,optim.InterfaceID Optimized_Id, optim.caption Optimized_Caption FROM Interfaces i JOIN Interfaces optim ON (i.OptimizedInterfaceID=optim.interfaceId) WHERE i.OptimizedInterfaceID IS NOT NULL Run following query. Are there some…
-
You can try following: Create new report of appropriate type ("Current Status of Nodes, Interfaces, etc." for current UnDP data or "Historical-Custom Pollers" for historical data). Select Fields you are looking for. Now in Report menu select "Show SQL" and check the SQL query in SQL tab. The same steps can be used also for…
-
What is the response when you ask the interface for ifAdminStatus and ifOperStatus? (you can try it in UnDP, OIDs 1.3.6.1.2.1.2.2.1.7, 1.3.6.1.2.1.2.2.1.8)
-
For specific account go to Edit Account page and verify "Allow Browser Integration" is set to YES.
-
Download and install HotFix 5 for NPM 10.6 from Customer Portal. It should fix your issue with custom pollers.
-
It depends on NPM version, but you can try ${CurrentValue} instead of ${CustomPollerStatus.Status}
-
Can you upload here your report file so we can check how it's configured.
-
I am afraid this is not possible. The result of the transform poller has to be a number. Parse function is here to be able to parse numbers from strings.
-
What is your Advanced Alert type? As you have GET TABLE pollers, you should use "Custom Node Table Poller" as property to monitor in advanced alert. Jiri
-
Instead of VALUE is greater than or equal to 200 use NumericValue is greater than or equal to 200 because the Value is a string and not a number.
-
NPM uses REST API to poll APs from Meraki Dashbord. Unfortunately Meraki doesn't provide status of APs through REST API. It means APs will be in Orion always UP.
-
This should be possible with Custom SQL Alert. When neighbor disappear from routing table NPM_RoutingNeighbor.IsDeleted=1. This alert will be triggered only once - for the router. The reset condition will be the same but you have to change HAVING clause to HAVING SUM(CONVERT(int,IsDeleted))<>COUNT(*)).
-
You have to take into account also entSensorScale 1.3.6.1.4.1.9.9.91.1.1.1.1.2 and entSensorPrecision 1.3.6.1.4.1.9.9.91.1.1.1.1.3. What are the values polled on these OIDs?
-
"Has Changed" can be used only for property LastBoot, IOSVersion, IOSImageFamily when you trigger on Nodes. Check how the existing "Alert me when a neighbor goes down" alert is configured and which properties are used in trigger action message.
-
You can use in Subject the same Variables as in Message, e.g. ${FullName} for interface full name.