The most recent content from our members.
As the subject suggests, i am trying to invoke this verb under Cirrus.Nodes using python. However i am getting an error where ExecuteConfigChangeReportAction evoked with comparisonType = MostRecentToLastOfTheSameType show me error The output is not informative not sure what is wrong here.
I'm trying to create a Modern Dashboard widget that will give a snapshot of activity over the VLANS of a specific node. This is a Juniper device so the VLANS are .irb interfaces. I've been messing around with SWQL queries trying to stumble my way into the answer but I think this is a bit beyond me. Please share advice on…
Dear All Our requirement for F5 LTM Virtual server connection. Below is the requirment. I want an alert if for any Virtual server's current number of connections is greater than 10% of last 3 day's maximum connection. For example. There are two Virtual Servers on F5 LTM. V1, V2 and last 3 days data are as below Day |…
hey every one , i'm having difficulties trying to convert this SQL code into SWQL : SELECT [OrionGroups].Name AS [GroupName] , [OrionGroups].DetailsUrl AS [GroupDetailsUrl] , [OrionGroups].Members.MemberUri AS [NodeUri] , [Nodes].Caption AS [Node] , [Nodes].IP AS [NodeIP] , [Nodes].CustomProperties.NODEType FROM…
Does anyone have any swql queries to query disk space that are useful ? Top 40 Can show the correct % Filter out vss,shared memory Node name anything to make it look good as well. Current query: SELECT TOP 40 n.Caption, v.VolumePercentUsed, CONCAT(ROUND(v.VolumePercentUsed,2), '% Used') AS [Volume Percentage Used],…
Hey everyone, i'm trying to cound the triggered alerts in a web based report for several Alerts, but i noticed that the IN statement takes only the first value inside parenthesis. here's the SWQL code: SELECT COUNT( AlertHistoryID ) AS [Alert Count] , oah.AlertObjects.AlertConfigurations.DisplayName AS [Alert Name] ,…
I just started a new position at a new company, and one of my first tasks is to take a look at my department's current environment. At this current time there is not an individual field setup that could easily identify a server and which team manages the server. I noticed that under custom properties for the Node's section…
hey everyone, i am new to this community, it's my first time working on ORION and i would like your help. here's the context: we have bunch of sites, their routers/switches are already supervised by ORION and we have several WIFI controlers added to ORION but no AP, AP are not added to ORION. my question is that iwhen an…
I am tiring to search for the RawStatus of a Node based on Datetime. This is what I have so far but I cannot figure out how to modify this to search for the date and time. SELECT [Node].NodeID , [Node].CustomPollerStatistics.DateTime , [Node].CustomPollerStatistics.RawStatus FROM Orion.NPM.CustomPollerAssignment AS [Node]…
I am interested in leveraging SWQL and SDK but my knowledge is lacking in these two areas. Any advise about training resources for theses both would be greatly appreciated.
It looks like you're new here. Sign in or register to get started.