Comments
-
-
Why not extract the same data using SQL, from the database, and then use CASE WHEN statements to resolve your problem? Once you have worked out the CustomPollerAssignmentID (have a look in CustomPollerAssignment) you should be able to find this data in the CustomPollerStatistics tables (start with…
-
Shouldn't be too hard to do. Single disk, as on my laptop: $disk = Get-PhysicalDisk $name = $disk.FriendlyName $health = $disk.HealthStatus $extra = Get-PhysicalDisk| Get-StorageReliabilityCounter $wear = $extra.Wear Write-Host "Message: $name is reporting $health Wear:$wear%" Write-Host "Statistic: $wear" Or multiple…
-
BUMP - logged on today to have a look at this week's questions and all i got was "You have already completed this survey.". Pretty sure I haven't....
-
The hardest part we have is that the DBAs don't care about most of the performance metrics. We get all sorts of alerts about SQL problems, but unless the DB server is on fire they ignore them all. ¯\_(ツ)_/¯
-
We'll need this first -
-
Bump
-
Not using SolarWinds as our main monitoring tool!
-
Mr Bump approves!
-
Hi Luffunk, Have you checked out the community UDPs? https://thwack.solarwinds.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&filter=includeTkbs,location&include_tkbs=true&location=tkb-board:npm-documents&q=EMERSON Or…
-
Create a formula Total Memory - Used Memory = Free Memory It's required for the poller.
-
Doh! Many thanks aLTeReGo
-
Where we're doing the massive speed of 1 mile every 290 days.
-
#facepalm
-
As a work around, if you were to copy the NodeIDs to a node custom property, you could display it then in Manage Nodes.. Easiest way to keep it up to date would be by SQL, I did look at the alerting "Change Custom Property", but couldn't find a way to pass the NodeID to it.
-
I have just run across a scenario where this would help. We have customer server where the data drive is always +99.9% utilisation, they know and it causes them no problems. The subnet where this server exists, has an automated discovery, that sweeps it once a week looking for new servers, drives, interface and the like.…
-
We're on Orion 2017.1 and yes the alerts are very limited (on/off), but aLTeReGo has confirmed that in the new Web-Based Alert Manager (in Orion Core 2017.3) you have full control over them, just like the rest of the alerts.
-
They are not randomly placed. The Poke-Stops used in the game play were actually submitted by thousands of users of Niantic's previous geo-location based game Ingress. Portals/Stops were submitted by the game players (in return for points and badges), with photos and background information and the Niantic staff then vetted…
-
Exiting vi :q quit :q! quit without writing the latest changes
-
Here here! (sustained thresholds)
-
I am honoured, thank you and congratulations to all the other new MVPs!
-
Mr Bump agrees, he has a multi-tenant environment and this is a bugbear for him.
-
If this were also a poller test function, testing each node, from each poller and reporting back those that fail any communication. Effectively something like a port scanner run on each poller, that can extract a list of nodes from the Orion database and populate back a table of its findings. From this we could then see…
-
Do you know what Mr Bump wants? Some IF/ELSE/THEN logic in his alerting!
-
Monitoring Engineer - I just monitor things.
-
Morning, the survey bombed out on the second page with elements in error, before telling me I had completed the survey. Which I had not. ¯\_(ツ)_/¯
-
Just a short time ago, in a place very near to here... A co-worker, working without a ticket or a change, managed to drop the routing between our HQ and the DC. He also then went back in and attempted to delete his audit trail, whilst the team were trying to work out what happened. Unfortunately for him, we'd set up the…
-
-
This is a problem for us to, though NCM and SAM we can multitenant, other Orion products need to be excluded from our customers' view. Which is a shame.
-
It does, but to extract this information to provide say an elements per customer, or average elements per customer (for multi-tenanted price breakdowns) had to be done at the database.