Comments
-
I would expect that one to have stayed fairly consistent, not sure then!
-
Glad to help - I guessed your code there so do tailor to whatever you need. I wasnt sure for example if InterfaceTypeDescription was exactly the one you were looking for. Also not sure if a LEFT join is best for you The "i" and "n" in there are table aliases and there's next to no documentation about them anywhere, but…
-
20 per location - You can have plenty more if you have agent installs on other boxes. That said dont go crazy rolling out hundreds if you've got any issues with database size or usage
-
I've had this problem in the past and this was the fix
-
Don't know if you've had your problem fixed yet. Personally I'm searching around for a related problem, and don't like seeing chains like this without an answer at the bottom. A method that served me well was as follows: * Find a non-interactive chart in SLW that can/does display what you want. Multiple Object charts work…
-
Hi, we wrote some powershell for this, it's not perfect but it does let you get the certificate name presented easier The design is to check via a web request FIRST, then to inspect the node's cert store if it cant find anything, and use the earliest cert only. That works in our environment but you may want a different…
-
Something like this? + + Something to this effect should let you combine the two alerts into one without doing anything fancy in SWQL I believe
-
In custom SQL then, in the format you had above TimeStamp BETWEEN DATEADD(day, -1, GETUTCDATE()) AND GETUTCDATE() You may need to edit based on how timezones effect your estate etc Those are the verbs you need to use anyway, you can use them in whatever way you need
-
How slow we talking? Havnt heard of that one and I'm due to have moved up to 2019.2 already That said since I posted in this thread last i've got a couple alerts up to mute alerts for nodes out of sync, and restart collector services when the polling engines unsync and between the two it's been fairly clean for a bit.
-
I think without a discovery you're back to having to make something custom - I don't think the info you're after is in the DB otherwise. I've got a similarly sized environment and the idea of discovering everything sounds painful, but if they're in SLW already you've definitely got all the details it takes. Note you don't…
-
That's unfortunate, you're going to need to write some SWQL I think, have you used it before? Alternately a few exports to excel would work for a one-off You'd need to have a think about how to roll up these statistics - If any of the devices are down is the group down? How to different statuses work in your model? Packet…
-
The one that would trigger last? Interesting Well as is you'd just have to change that OR block to an AND block in my screenshot above. OR would trigger for whichever condition gets there first, AND would trigger for when they're both met, which necessarily includes the one which would trigger last. Perhaps I'm not…
-
Nothing obvious in my ticket history there, I'll let you know if I find/recall anything useful though. There was a fair bit of fixing to do post-patch day at the time, but it's been most of a year now. Good luck, fairly sure there's a fix out there, even if it's just time
-
Just monitor \\192.X.X.X\ and scan that instead
-
"It depends" is probably the only real answer, but yeah externals can work. If you're looking after internally hosted servers adding a monitor directly to the SNMP/WMI/Agent node is best, sometimes you need to take an external path because of some networking reason or a particularly weird application. Personally I got some…
-
Aah, ok I understand now, I think in SQL clustering you can query that with a SQL command, so you could get your data from an application monitor with a "SQL user experience monitor" component in it. If your cluster is something else I'm not sure how you'd poll it off the top of my head. If you can poll it: * Make an…
-
Hi Jeremy, Will do - Am i to take it then that the processes for adding graphical information to alert emails shouldn't have changed, and that linking to content like that is still kosher?
-
Without knowing the database you're trying to connect to it's difficult to say more - Your DBAs should be able to see if the connection is making it to the DB and if there's an error on the other end. I have a monitor very similar to the above, and I've had similar problems, for that error it's usually a targeting problem,…
-
Maybe group the locations, plot the groups on the map, and put some visio/network atlas/orion maps 2.0 on the group summary pages?
-
Perfect, thanks!
-
I'm guessing something filtering-related. Got anything that's rounding data up on the time settings on the chart? - In fact what does the custom chart settings look like in general?
-
Warning and critical as the same number will make it critical so no changes needed on that front. Your powershell is missing a 'Targeting' section, so when it runs it asks the server it's assigned to rather than the polling engine, use ${IP} or similar to feed it in the server details. (unless you're using 'Execution mode:…
-
Hi hansons, Testing google is successful from my end at the mo, so i cant replicate the fault, but can confirm it works somewhere I expect the problem is proxy based, it usually is in my experience. Personally i've got an extra proxy set up to avoid other communication issues, not sure if that's helping. Does your license…
-
"So for the time being there is nothing that can easily answer to our needs". - Easily is the operative word there, there's ways and means, but they're all fiddly at best. Not bad if you've got a spare developer for a bit. Yeah the powershell's working fine on my end - I've scheduled it to run once a month in task…
-
Other than that there's a new UI element or two which hammer the CPU on my main server via IIS when i upgraded over those versions. I just opted to not use it till a later patch. Do you know which process is consuming the extra CPU?
-
Hi There, * Why would the nodes and the site remain in Warning state for that long? The theory is that they should change to down after 30 seconds (my polling settings are set to that) A1) The Site (the group) status will depend on the setting below - In your screenshot it looks like the default "Mixed Status." option is…
-
Hi Terry, Web-based reports has been getting better recently, generally i've found it serves just fine for all but complicated/obscure queries. It's generally easier to work with the output in my opinion too. You can kind-of copy the SQL query out of legacy report writer and run it through the web, but it's real messy and…
-
Hi Deltona, In the " where (YOUR FILTER HERE - EG. p.Caption like '%-DC-%') " bit you could try: " where (p.CustomProperties.Server_application like '%YOUR APPLICATION HERE%') " That works just fine in my environment. Any node custom property should fit in the italic section
-
Hi fraser-sky Something like this then?
-
alertObjectId