Comments
-
Or this one How to schedule an Application monitor to poll once or twice a day
-
This would potentially help
-
tcpCurServerConn gave me exactly what I needed. Thanks
-
Assuming you are on Server 2008, for every report that report scheduler runs, a copy of the pdf is placed in Users\[name of the user account that the scheduled task is run under]\AppData\Local\Temp.
-
Any chance someone accidentally disabled the alerts?
-
This is one we have for Nodes that have not been updated in over 30 minutes that are not unmanaged Select Caption, LastSync, Status,EngineID From Nodes Where Status not like '9' and LastSync <= dateadd(minute, -30, getdate()) Order By EngineID, LastSync
-
Use custom sql and add this to your where clause Where LastSync <= dateadd(day, -7, getdate())
-
http://thwack.solarwinds.com/thread/51188
-
Any chance your server is being backed up at that time?
-
I sent you an email.
-
Okay, I can not help with you question, but the title of your thread would be an awesome title for a Science Fiction Movie.
-
I think the easiest thing to do would be to set a customer property for each level of HDD monitoring. Then create an alarm for each Custom Property. Then just assign the custom property to nodes as needed to assign the correct alert level.
-
-
It is a function of your access level. You need to be granted permission to edit reports.
-
Thank you. This really helped out today.
-
Select Manage views. Edit the Volume Details View and add it.
-
Do you have multiple pollers? The way I read your post, you can test the Template and it tests fine. However, when you actually apply it it fails. 1. When you assign the poller are you assigning it with the same credentials you tested or "inherit from node"? 2. I could be wrong, but I am pretty sure Orion tests from your…
-
What version of NPM are you using. We are monitoring numerous net-snmp- linux via SNMP v3 and are able to collect all of the HDD data natively. We are on 10.4. Is it not seeing the HDD at all or is it seeing them and then giving no data.
-
We have scheduled the upgrade for next Tuesday. i will let you know
-
Have you verified the SMTP server settings with your email admin
-
But, what I am thinking is it will let you verify that the alert you set up is the one sending the email or if there is something else sending it.
-
Can you check the Alert Log database, query the alert time and look at the message to verify what is sending the erronious alert?
-
Under Trigger condition, at the bottom of the page is a box that allows you to set that.
-
Check your IIS setting on the server and make sure there is not a duplicate binding for the webserver. I have seen the config wizard create multiple bindings before and that ahs cause this issue for me.
-
What do you have the timeout set to on your application template?
-
Page 15 of the Install Manual, Solarwinds does not support installation Vista
-
This is very atypical. We are using ssl website and do not have this issue every any upgrade from 9 to 10.5 i think reloading the server fresh may be the appropriate route.
-
Open your alert manager on the NPM server Start >>>all programs>>> SolarWinds Orion >>> Alerting, Reporting, and Mapping Once you have selected and edited your alert it It is the sixth tab over, Trigger Actions.
-
Jobs outside of SolarWinds Proper obviously. Maybe a place for SolarWinds Customers to post openings.
-
This works on our alert that sends the email of the node details page. This is what is in the body of our trigger action send email. https://SERVERNAME/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:${Node.NodeID}