-
MIB Browser Access for Non Admin
I have a user who is currently a non admin. They are wanting access to Node Management specifically the MIB Browser. Is there anyway without giving them admin access to do this?
-
Issue with Installing APE in Different Domain
Dear Team, We currently operate across three domains: alpha, beta, and gamma. At present, MPE, DB, and three APEs are situated within the alpha domain, and they are functioning properly. In the beta domain, installation of one APE has been successfully completed, and it is operational. However, I encountered an issue while…
-
How to group multiple modern dashboards by team
Howdy Friends! I need to be able to group multiple dashboards by team like we do with the old dashboards. Does anyone know how to do this? Example: So each "house icon" would be a separate modern dashboard but they are all grouped together so a team (say NetOps) would have several dashboards but only one place to have to…
-
Is there a way/query to export a particular excel report among all the reports from OrionNPM using orionsdk API.
Hi Everyone, I am new to OrionNPM, I have a task to automate like selecting a particular report and exporting a excel Report from OrionNPM. While I am able to collect all the report names and its ID using the query "SELECT ReportID, Name, Description FROM Orion.Report". But I want to select one report among all and export…
-
How to bulk change/ update the WMI credential of nodes? from one WMI credential to another.
I have thousand of devices that needs to be moved from one WMI credential to another WMI credential. Is there a way it can be done without doing it manually on Manage Nodes?
-
Adding a Network node to a map that represents a connection to the internet
Hey folks, super new to maps and Orion as a whole. I am trying to make a map that will represent our WAN connections. Example of 4 nodes... 2 nodes connect to a 10gbps internet connection and the other 2 are 10gbps P2P connections. The P2P is easy, I can just add the other side of the point. For the internet connection,…
-
Is there a way to import custom properties for the switches
Hi Everyone, Is there a way to import custom properties for 100 plus switches at one go. any help is appreciated.
-
DCOM was unable to communicate
Our web console is up and reporting data, however the site will randomly generate an error on top right corner of the screen: { "data": "", "status": 500, "config": { "method": "GET", "transformRequest": [ null ], "transformResponse": [ null ], "jsonpCallbackParam": "callback", "params": { "lang": "en-us", "viewId": 2,…
-
Modern Dashboard error in SWQL
Hello everybody Can help to SWQL below? SELECT aa.TriggeredMessage, aa.TriggeredDateTime, SUBSTRING(aa.TriggeredDateTime, 1, 19) AS [Data do evento], ao.RelatedNodeCaption, ao.EntityCaption, ac.Name, ac.AlertMessage, ac.Severity, ab.Comments, CONCAT( CAST((CAST(SUBSTRING(aa.TriggeredDateTime, 12, 2) AS INT) + 21) % 24 AS…
-
How to calculate bandwidth and throghtput
Hi, I have been asked to calculate the KPI bandwidth and throghtput monthly for some network devices. Does anyone have any idea how to do this? Here are some ideas I have: SELECT 'Bandwidth_Throughput' AS Bandwidth_Throughput--n.NodeCaption, i.Caption ,CONCAT ((i.InBandwidth/1000000000),' Gbps') AS Bandwidth…