Comments
-
You can convert in UNDP I believe
-
I spent a while trying to get an official line on this a few patches ago, and I never got anything satisfactory, probably easier to now though
-
IP SLA is a proprietary cisco thing, as in only cisco gets IP SLA. It's basically a ping check though, so it's easy for equivalents to exist, but IP SLA is definitely. just cisco. If you know what arista's equivalent is called, as in, the name of the feature, that should help narrow it down. If you're hoping to use unDP…
-
IP SLA is a cisco thing, what's the arista equivalent called?
-
Going out on a limb here: When you return a bunch of data, assuming it's formatted correctly (check this), solarwinds will try and place it into a socket of sorts. If you've not generated the socket, or it's not found the socket it doesnt go anywhere. So, there's two Test buttons to think about, one behind the Edit Script…
-
I'm not sure why you're expecting it to not change. It looks like you're querying the current month, which means it's going to be updated as the month progresses, if you were querying for the previous month it should stay still (though you've found the data retention thing, where data gets more sparse over time, which can…
-
Also, I think "consultation" is a translation for "query"?
-
Could you put your new code in? And are you seeing no drops in the data otherwise? (Ie, are you expecting to see 100 or some other value <100 but where rounding is off or something?) I think you might, maybe, be experiencing the difference between a rolling average (as in, every day the window moves by 1 day) versus a…
-
Found it a little hard to follow you, but if the Node-level alert is working ok we can start there, Macro for component statistic should work with something like: ${N=SWQL;M=SELECT n.Applications.Components.CurrentStatistics.ComponentStatisticData --, n.Applications.Components.ComponentID --,…
-
Heard anything good about openstack?
-
There's a lot of threads on this topic, probably fastest to look at those as this is way old and hasnt changed anytime recently
-
Hi phanisai, that's the query bolded above
-
We're pretty heavy vmware, i've heard nothing from our vmware guys and plenty from the internet, which I'm taking as "it's a touchy subject". One of the few bits of tech news i've seen and immediately though "well that'll sting"
-
Looked up how I did the groupless group one last time Obviously this isnt on the right table, but same thing would work in theory Idea being you RIGHT JOIN grouped data using the group verb, if both are down in the group and your node matches against the broke stuff it goes off. You'd have to think about how to define what…
-
The reason this one doesnt work is that it's evaluating the condition per entry in the nodes table, there will never be a node with 2 names There's the checkbox for advanced alerts below that would work but is a little hard to understand Groups is easy to understand but a bit labor intensive I've wrote a SWQL one utilising…
-
Think of notes as a place you can temporarily store info, and ${N=Alerting;M=Notes} as retrieving that info. You could output somewhere else and call from somewhere else if you needed to. I'd bet the problem is in what's being fed to the top 10 program. You could test this in bits, feeding the top 10 tool hardcoded ids to…
-
What's your problem? Using powershell pretty extensively here too, been fine for a few versions, but moving up again in a few days
-
You can also just force with a GPO to cut the need for monitoring
-
You could build a SAM monitor around "query user UserName /server:ServerName" which shows disconnected time, you'd want to pull a top 1 or top 1, ranked by descending time. Put the username in the Message.
-
macros in solarwinds can be thought of as positional most of the time If you feed in a node table, it has X properties, and then linked properties about applications underneath it for example If you feed in a component, the properties will probably be differently named than on the node table, and the relationships below…
-
It'd be really helpful for stuff like this to have a mute button widget. I dont know a good way to build one and I'm not sure it'd be possible in a modern dash.
-
http 401 = unauthorized not SSL related If it's SSL and their is valid, you want to add that to the trusted cert store If it's 401 then your login procedure or creds are wrong
-
Did you get this working? default user Network service probably aint going to work
-
Search "Noise" on here there's a great report by some guy Reply if you dont find it
-
You can monitor an array in SAM if you try really really hard
-
(2 dozen is like no big deal, you can have like 1k applications handled with one alert no problem) (Not a limit, but as that #applications grows it's had to maintain them under a single alert, possible though)
-
"Do I have to make one application monitor template AND an alert for each of the 2 dozen services. Could I get by with either 1 component monitor with multiple alerts or 1 alert with multiple application monitor templates." No, yes, yes (in that order) Did you poll them between when you stopped the service and when the…
-
You can put a diagram on a map and add live icons to it. There isnt a DCIM function directly You'd probably want to be thinking about both automation and process in a big way to get something like this working well - If someone changes something in the DC, does your design immediately degrade? If so is it's rate of change…
-
It was down as Fixed in the previous patch, but was only 1/2 fixed, the other half is down as Fixed in the current patch, but I wont have that installed till Wednesday to confirm
-
Came to this thread to say "Yes", but via API hmm, not sure, I still expect a yes as you can just make a blank(ish) one in the Ui no problem. Could always clone that. Any more details about your scenario?