Comments
-
This came up for us recently - requested to grant rediscovery option to group of users without granting full node management rights.
-
I found using a query was the best way to find this info... SWQL SELECT N.Caption AS Name, N.IPAddress AS IP, toString(toLocal(SuppressFrom)) AS "Start", CASE WHEN SuppressUntil is NULL THEN 'Never' ELSE toString(toLocal(SuppressUntil)) END AS "Stop", n.DetailsUrl AS [_LinkFor_Name], '/Orion/images/StatusIcons/Small-' +…
-
This was great - good mental workout! Can I get a reset on 11 across? accidently added an s at the end.
-
Same there goes perfect month.. Can't youtube in our environment so video tip was not an option. Oh well.. maybe next time.
-
same here - not every memory page had the needed graph. Had to try a few different ones before it showed . Thanks for the tip!
-
I am in agreement - We just installed the new version and this was the first thing I noticed when testing "muting" nodes. It would great to have "muted" as a grouping option, maybe in the status section (this was the first place I looked)? it could be just the normal status with an additional "(Muted)"... "Up (Muted)",…
-
I had access to each of the various links in the article for Q9... It doesn't make any difference though as none of the resources in the direct link, or sub links, give you the info needed to answer the question.
-
We do the same. We use JIRA for our inventory currently and had a need to pull about 15-20 fields per item over into Orion for alert management, node grouping, etc. Used powershell to query Orion and JIRA via their API's - Once the data was exported and available to the script it is manipulated/reformated, compared to…
-
We handle the routing of alerts via Custom Fields and variables in our Alerts. You could setup custom fields as follows: Node_Primary Node_Secondary App_Primary App_Secondary Then when you setup your Node and App alerts you can use those custom fields to fill in the "To" and "Cc" fields. See below for a screenshot from on…
-
Our Alert resource from main page: We turn off "acknowledged alerts" to keep it cleaner but that is the only real option for this resource - Having the option to add/remove columns, etc. would be great. Our "All Alerts" page This is good but limited in the columns - even columns that are part of the "Active Alerts"…
-
We use custom properties in many different ways.. here are some examples: * Dynamic Alerting* Trigger Variables* Our alerts are setup with default thresholds such as "90% space remaining" for a volume.. But we expand on that by creating a property "Alert_Vol" which lets us choose to alert anywhere from 80-100% based on the…