Comments
-
This is Thwack at its finest. Thank you, designerfx (and KMSigma)!
-
Are there NO monitored components, applications, or interfaces on this server that are in an unknown state?
-
What does your action config look like? Also, try replacing the curly brackets (aka braces) with their HTML entity number equivalent. Using these codes, the following line might work as: ${N=Generic;M=DateTime;F=DateTime} ${N=Generic;M=DateTime;F=DateTime}
-
SWQL could almost certainly make this happen, but I'd be curious if anyone can think of a solution closer to the OOB feature set.
-
I don't have an answer, but maybe my follow-up question will help bump your thread... What information from JMX do you monitor? Performance? Memory? We have a number of 3rd party Java apps in our environment, and I'm wondering if some JMX monitors would be helpful at all for us.
-
Try changing your command line to this: C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -NonInteractive -NoProfile -Command "&{C:\CleanUpDisk.ps1 ${N=SwisEntity;M=Node.SysName}}"
-
jblankjblank and aLTeReGo are (obviously) right. I'll just add that the "user experience monitor" components in SAM do specifically monitor and report on the response times for DNS queries and DHCP requests.
-
There are ways of doing this. Are you looking to monitor specific certificates in the Issued Certificates container on your issuing certificate authority, or specific certificates on specific servers' personal certificate store?
-
Orion is definitely closer, but some of these are still not yet features, more than 10 years later. Bumping, with links to feature requests:
-
Dumb question, but have you confirmed that Orion is pointing to the listener and not a specific node in your AOAG?
-
Yes, it is. Can you provide more info about the script and monitor component configuration?
-
Did you install any Orion updates recently? Any chance that you were logged in as 'DirectLink' when editing an APM Template?
-
Love this concept and code that you all have provided. Unfortunately I am still getting an 'invalid query' error when trying to use the CASE statement to append the span styling tags. For now my workaround is to modify the table and use column display settings to present an icon instead of the severity text string.
-
While AppInsight templates are locked from being changed, there is still a way to unmanage any of the components that are discovered within the AppInsight application template. Here is one way that you can accomplish this. Starting at the point shown in your screen shot, click on the 'DefaultAppPool' object link. On the…
-
What is NAM? I'm not familiar with that one.
-
Can you add a screen shot of your component monitor definition?
-
Done. Very interesting survey!
-
Thanks for posting this update!
-
This thread has been a real head scratcher for me... With every single commercial software that I have ever maintained as an IT pro, the rule from vendors has always been, without exception: "do not make configuration changes directly to the database. Use our programmatic methods through the GUI, script, or command-line…
-
Here's a link to the full KB article entitled "Configure website URL for Alerts and Reports". Isn't there also a way to change the URL from the web console's settings page in Orion?…
-
This is similar to what we did in our environment: we built new servers and installed the same version of Orion as the old server[s]. (We did not reuse IP addresses.) We then restored the DBs from the old SQL Server to the new instance, and then upgraded the suite. Unfortunately, this does result in some window of time…
-
Is there a reason that you're converting the returned value and then rounding it? Could it be that you're sending exit code 0 as a result? This script should still work in your component monitor if you remove the "exit 0" statement, and I think it will pass the correct value.