Comments
-
Something we've had requested at for our set-up. Obviously don't want to provide global people full access to go messing with CPs so some separate way to implement this without putting control data used elsewhere at risk. We already use reports to show who muted/unmanaged a device and until when but this would help with…
-
In relation to SHARING IS CARING I can select the option to Load up my saved ones, but can not see entries created by another or filter by etc... Is that me, or if not a feature do we know if it will be? Account limitations also need to work if it is to be a feature. I know copy/pasting URLs are a feature, but unless…
-
Likewise on GCP, we have monitored this using normal methods but API integration similar to AWS and Azure would be great as our business is looking for an all-in-one solution to monitor all Cloud Providers
-
If by design that works, Thank you for clarifying about the list visibility and shared link updates
-
Hi I was being asked about DAVG due to strange storage/esxi issues being encountered. Discovered your nice article above. Can I ask, did you manage to get these metrics out? Any chance you have any advice? SSH level, script used? Performance Counters to be checked/set-up? Thank you
-
Yep, you just need an Or in that second section. WHERE (n.status = 1) AND (n.MachineType LIKE 'net-snmp%' OR n.MachineType LIKE 'Red Hat Enterprise Linux%') You can add many sections like this, some with LIKE and the % wildcard, or just = if you're entering it spot on
-
You want to self teach? Do you know SQL, how to write select statements? in which case SWQL is basically similar to that although there are less wildcards in SWQL, % (all) and _ (single character) are the only two I know of Follow the guides found, install the SDK, make a local account in your SolarWinds to allow the SDK…
-
Changed the link to: 'your_server_name/.../LogEntryDetails.aspx +ToString(LogEntryID) AS [_linkfor_Message] seems to work, not in the browser so you can scroll up and down but opens up this event in a new window
-
Thank you for sharing. Noticed something odd when I put it in to a custom query: Updated orion_server_name and,got an unexpected error. Changed the name to include https// solved part of that but not the whole thing. Wondering why the concat line did not work above. Any advice gratefully received. For now replaced that…
-
Think I solved it, missed out passing the credential $reg = gwmi -list stdregprov -ns root/default -computer '${IP}' -Credential '${CREDENTIAL}'
-
We have been asked this by people on site also, 'Why's this server showing 2019, it's 2022' and we have had to allay concerns that the monitoring of those servers is suspect. Not found any issues yet other than the OS label but hoping it is resolved soon as it detracts from the good.
-
Came across this whilst looking at muted/unmanaged reporting in views Made a feature request in case it had not been done before
-
just to add, doing the same query with swql's inbuilt link without the join to remove the additional join being doubted shows the same issues of wrong host returned in the alert compared to the query. Making the alert from scratch again also shows the same. Most odd. SELECT Clusters.Uri, Clusters.DisplayName,…
-
Have had the same, seems to be a caching issue. We fixed it without having to do a re-config. I have seen it happen randomly on MPE or AWSs, some but not all at times. From memory a quick reboot of it all fixed it for us. Rare but annoying when it occurs
-
Thank you for the clarity @"jvb" Do you have any advice for that 7 day runout calculation in the advanced settings?
-
Hi Rhinos, Hope that this helps
-
had to do likewise
-
Issue is your duplicate displayname return in the select, the widget would like them to return different column headers. This works instead: SELECT h.DisplayName as [Host Name], h.Status, c.DisplayName as [Cluster Name] FROM Orion.VIM.Hosts h JOIN Orion.VIM.Clusters AS c ON h.ClusterID = c.ClusterID WHERE h.DisplayName…
-
Had same issue, perhaps this will help
-
Had same issue, made this report, hope it helps.
-
Issue looked due to you not ticking a box next to the item. Select the node/s and then you get the option as to what you wish to do to that selection
-
Hi @"tdowns" , Could you share how you did this RE: Ironically, the one I care the least about (Domain Controller Details - i.e. roles) is the one that actually works well as a Custom Object. I looked at the Custom Object and it was not obvious how to get it to show that. Could you enlighten/screenshot? Being able to show…
-
For us, saw this occur after upgrade to 2020.2.1 - just one of hundred+ DCs had the issue. Removing/re-adding the SAM test, changing pollers did not help. Agentless was not an option, agented server in DMZ with only single port accessible. Other similar ones fine with set to Agent. Support article found refers to .Net…
-
I was trying to export to excel not pdf. Worked in a different browser though.
-
What I remember was I noticed ManagedStatus changed when there was an issue, ie 1 was ok, if not 1 a problem existed and the other field gave a message with details.
-
@"kit.pierce" pager duty? I would suggest looking at this thread and trying the same method, just changing out the \s for "s: One workaround is to use a REPLACE function in a SQL alert variable: SELECT REPLACE(Caption, '\', '\\') FROM Volumes.
-
whilst unmanaging/remanaging did not give them the nudge needed to respond, noticed all 12 were on the same poller and moving them to another poller resolved the issue. have raised a ticket here anyway as would rather once in and monitored, nodes should not require such checking and action, would prefer that aspect to be…
-
Looking in to this after an incident end of last week. We discovered datastore alerting previously configured and working failed because a vcenter had permissions for the monitoring account access changed: Still Read Only but had changed to be only for 'This Object' and not for 'This Object and it's children' which is what…
-
Same here, as of the weekend's upgrade
-
Running 2020.2.1. We are seeing random unknowns for statuses today and when SAM tests showing 'out of memory' but the poller's memory is fine as are the servers being polled. It appears on one device polled and then another, and so on, one will go unknown and SAM template shows 'out of memory', then it returns and is green…