Comments
-
After some digging I find out that trigger condition works well but there is a problem in reset condition when set to "Reset when trigger condition is no longer true". In some cases it behaves differently than is should. There is a workaround to set reset condition manually. I updated original post with reset condition.…
-
I'm sorry for the inconvenience but I accidentally put just part of the third script in post. It is fixed (edited) now in original post with scripts. Thanks,
-
Login monitor as implemented now can't do anything than check if request with filled in credential allows you to proceed. Ignoring errors when you are testing web server response ability make sense but when error appears and therefore you can't reach login form then log in capability is not testable also.
-
Here is a quick description how to set up advanced SQL alert. 1) Run Advanced Alert Manager (All Programs\SolarWinds Orion\Alerting, Reporting and Mapping\Advanced Alert Manager) 2) Click [Configure Alerts] button, list of configured alerts appears. 3) Click [New] as you want to create new alert. 4) Select trigger…
-
Hello, After some investigation there is one thing to check that seems like it could be causing your issue. Data for APM specifically are stored in UTC time in DB and report writer might be expecting local time in this particular report. The best way to find out is to try moving hours by difference that your SQL server has…
-
Hi, According to MSDN: "The weekday (dw) datepart returns a number that corresponds to the day of the week, for example: Sunday = 1, Saturday = 7. The number produced by theweekday datepart depends on the value set by SET DATEFIRST, which sets the first day of the week."So, 1 and 7 are the good numbers. Sorry about…
-
That is something APM can't affect. If you are not able to point separate monitors to particular servers (1.1.1.1, 1.1.1.2, 1.1.1.3) of implement some sort of switch that would tell balancer which server you want response from, I'm afraid login monitor can't fulfill your need.
-
Following script is giving you number of error messages in last 5 minutes. You will just need to add you extra filtering. Also, if you are running script on target box (not locally) then you will not need to specify computer name which (at least for me) did not work with IP. $result = @(Get-EventLog Application -entrytype…
-
The version 1.71.201.0 is wrong and it means this file was not replaced by update. I can't tell why but from the screen you've posted it seems like registry value claims already updated version. Running setup helper from console directory will not fix the problem since it is the server you need to provision. I assume…
-
Hi, I was able to get scripts for all three options with some additional tweaks I hope you will be able to use them. What you will have to do is create new alert and set it for custom SQL type and monitored property will be APM component. Then in text box below you will enter particular scripts. For options 1, 2 you will…
-
Hello, What exactly do you mean by SNMP template? There is SNMP component that is using credential from node that is assigned on. Unless you define bad custom port when node polling works then SNMP components should work as well. Please specify what template you are reffering to and what are you trying to monitor with it.…
-
Hello, I've opened a customer feature request for implementing an option to set preferred final state of file age monitor when there are no files in the folder. However, so far there is no such an option in and I'm afraid the script is the only way to go for now. Thanks,
-
Hello, I'm investigating this a little and in my opinion it should work and at least it works for me. Would you mind sending the final SQL statement that your report produces? A quick list of points how to do it in case you haven't done it before: 1) Open the report in report writer. 2) In application menu check…
-
Hello, I would like to summarize several things about PoweShell monitor that could be easily encountred and has significant error messages.Firstly, good start is to read following articles:Windows PowerShell…
-
Currently "File Change Monitor" requires manual intervention for renewing the checksum. Statistical value means number of hours since file was modified the last time. I'm afraid there is no suitable template at the moment satisfying your needs. However, there is a possibility to change file change monitor using VB script…
-
Well, this is matter of network topology and access rights you have set up. I can imagine three different mirrored web servers that you can access directly from the inside where each different URL will contain IP address of server and all could be accessed from the outside through one single load balancer server that…
-
Hello Donald, I'm trying to reproduce your issue but no success so far. If I set a trigger action writing NetPerfMon event with message string like "Group ${GroupName} is in status ${GroupStatusName}" everything goes fine and several other attempts with changing stuff lead nowhere. So, I have couple of additional questions…
-
Hello, Exception like on screenshot is failure because of access violation and this could basically mean anything. However, if service crashes I would check what is current recovery mode. Setting recovery to restart should keep service running even intermittently. I'm not saying this is the solution but is worth checking.…
-
You are right there is one more thing missing. Sub select for selecting ID's should be ordered by ID descending. So, it will take last ID's as a top ones. Therefore, selecting TOP 3 from last 100 or TOP 3 from all is the same thing. The right syntax of the sub-select is: SELECT TOP 3 [ID] FROM…
-
You are right that for spikes manual scale is good approach.Deleting multiple components and setting time frame for whole view or subset of charts is something we are definitely considering.Speaking about average, I was under impression most important are spikes i.e. when something goes different than expected. Information…
-
Unfortunately this is not possible right now. If your custom SQL select returns string values 'Up.gif' or 'Down.gif' than you can set field format Icon and Icon type status and you will see node-like icon. But there is no predefined parser for guest status so far.
-
Hello, Digging PID is possible, you might take a look on following link where something similar is discussed. Link Regards,
-
Yes, but it would make sense to filter applications because all components within application are polled at once.
-
I mean to set threshold in way where process monitoring component will be down unless CPU load or Memory will exceed specified limit. This would cause monitor being down unless processor is consuming CPU/Memory i.e. processing the task.
-
Hello, Please go ahead and open a support ticket with your request. Regards, Vaclav
-
Running the command "setuphelper.exe /reprovsioncertificates" on the secondary application server is correct approach. I see three possible problems here: 1) You have a typo on you command line statement but it might be wrong just in this post, if so that skip #1. 2) Can you confirm you've run update package on the SAS…
-
Testing alert is quite different than triggering. The purpose of the test is to verify that all trigger actions will be executed. In test trigger conditions are (partially) simulated and should not necessarily match actual state of net objects. This also means test could be triggered on objects that are not matching…
-
Hello, If you are experiencing this problem just after the upgrade please go ahead and open a support ticket. It would be just guessing without knowing the context. Otherwise I would check if macros are evaluated in relevant context (as mentioned above). I mean ${ApplicationName} will work when monitored property is "APM:…
-
Hello, I've checked that your query works fine and since the where clause is making the difference I also suspect limitations. If that would be an account limitation, you could easily check in SWQL studio by logging as user you log into Orion. However, view limitations are bind to view. Could you please clarify whether you…
-
Hello, I would like to ask what version of APM you have installed. In 3.5 there is no support for groups. On the other hand if you have 4.0 installed please go ahead and open support ticket because you should definitely see there options like ApplicationID, Application Template and much more. Thanks,