Comments
-
Create the same monitor on same template - give it a different component name and test the same - do let me know how it goes.
-
From what I understand - the answer would be NO Even though you don't have any alert action's , if trigger condition is true/met the alert would be fired and you would see that on Alerts. You will have to go with some kind of a workaround here (what type of alert are you creating ?) - We can reset the alert immediately in…
-
Alerts for traps are sent out from Trap Viewer 1. Login (RDP) into your primary poller (Server2) , All Programs -> Solarwinds Orion -> Syslog and SNMP Traps -> Trap Viewer 2. Trap Viewer -> View -> Alerts/ Filter Rules (Navigate to View tab and click on Alerts/Filter Rules) 3. Set an alert the way you want by adding a new…
-
Hi k1gaudineer , you will have to use an UPDATE query to modify the interface names, you would get help on studio for the same against the table. But then the user that you are using to connect to DB must have appropriate rights to do so.
-
Have you tried the below mentioned option, settings -> manage nodes -> change "show : interfaces" from the drop down ?
-
Hi herve2511, Looks like this is what you are looking for (Component: Process Instance Count), change the below condition as required,
-
I am assuming I am going to have to add two nodes with the same IP address one being polled using SNMP and the other WMI, will this cause NPM/SAM any issues. If you want to go with a 2 node addition, you can add it to a different polling engine (additional poller) , as far as I understand it would not create an issue.
-
It will wipe out complete data (cpu,mem,disk etc ....) and historical data will be removed.
-
I am really not sure if it has a store and forward mechanism. But then if you want to store the syslogs on Kiwi you can integrate kiwi with a DB and store your syslogs on the DB for future reference. http://knowledgebase.solarwinds.com/kb/questions/9/Log+to+a+MySQL+database Hope it helps
-
Hi sivakumars, to the best of my knowledge NPM SL100 means the limit of your elements (nodes or interfaces or volumes) is restricted to 100 (nodes < 100, interfaces < 100 & volumes < 100 ). It has nothing to do with your alerts. But you wont be able to add more than 100 nodes or interfaces or volumes Baseline is you can…
-
Point 2, I dont remember the DB tables and fields exactly, check if there is a flag for unmanage on nodes table which could be set to true or false, if that a flag field is available you could as well run an update query to change the flag back to false, this would stop the unmanage schedule from running.
-
1. You can remove the bulk scheduled maintenance (unmanage) in multiple ways, SolarWinds uses Windows Scheduled tasks on the backend to unmanage the devices/interfaces/applications etc ..... based on the modules you have. Check the below post when you use bulk unmanage using the scheduled utility which is on primary poller…
-
1. I am assuming something else must have screwed up here, this looks to me like a issue with SolarWinds, this probably happened because it could not update the status value of node on its DB and DB is still holding the value 'UP' which was the old status value (before you set mute alerts on it I guess the node was UP and…
-
Settings -> SAM Settings -> "Manage Assigned Component Monitors"
-
Point 2 - Are you really sure about this ? All in-use component monitors ? The below query would list all in-use component monitors SELECT Name FROM APM_ComponentTemplate where IsDisabled='false'
-
Point 1 - Create a Advanced SQL Report/Web Report Custom Table with SQL and give the below mentioned query (this will list all configured and enabled alerts) SELECT Name FROM AlertConfigurations where Enabled='true'
-
Create a Advanced SQL Report and check if the below query provides the results that you are looking for: select a.TriggeredDateTime as Alert_Trigger_Time, a.AcknowledgedDateTime as Alert_Acknowledge_Time,a.AcknowledgedBy, c.Name + ' was triggered on Object: ' + d.EntityCaption + ' on the Node: ' + d.RelatedNodeCaption + '…
-
1. You could enable Event Log Monitoring if you have SAM. 2. If you do not have SAM and if you only have NPM you could add Netperfmon Event log under actions. After the restart action, add escalation level push a wait period then add your new action Netperformon Event log to capture the service status (this would log back…
-
What version on NPM are you using ?
-
Hi alex.camargoti If you are referring to Solarwinds mib import , follow the below steps: 1. Login into Customer Portal Login | SolarWinds with your valid account 2. Click on Helpful Links -> Orion MIB Database 3. Click on Download Orion MIB Database (this would download a MIB.cfg file) 4. Login into your primary poller…
-
I dont really remember but then check if there is a table named 'AlarmDefinition' or most probably on similar lines you would have a table
-
If you are talking about Trigger action and Reset action - as far as I understand NO you dont have a way to make changes globally. But then if you extremely good at DB then you might have to a way to hit the DB and update the query onto it directly.
-
1. Why don't you use Unmanage scheduling utility ? You can unmanage all nodes/interfaces/applications at once as required (during your patching schedule) - You would find this utility on your primary poller. 2. If you have a regular fixed timeline for your patching, you can go with this option. You can as well create a…
-
If the email alert is being triggered by Solarwinds NPM, Login onto Solarwinds primary poller, search for Advanced Alert Manager, open the alert configured for the same. (Click on Configure Alert -> Check the alert you are interested in -> Click on Edit -> Go to Trigger Actions Tab -> You would see an email alert…
-
Below link would help, modify the query as required SQL Query
-
As far as I understand it can't be done in NPM yet, why don't you raise it as an 'IDEA' - feature request?
-
Hi Alex Slv, I haven't tested the scenario that you have mentioned above, from what I understand child would still be monitored but no alerts would be sent out. PARENT DOWN - CHILD UP - CHILD is monitored - NO ALERTS WOULD BE SENT OUT (But if any alerts were present on child you would be able to view it on "Alerts on…
-
Definitely yes thank you DanielleH and wabbott , I was blessed to work with great people in the past & Solarwinds brought us together - thanks a ton to each one of you jbiggley afox adatole kdeal adamlboyd aparna.valsala
-
Hi DanielleH who is the moderator or owner of this community MVPs ? I raised a request 2 years ago and its yet to be approved
-
Totally agree with newkidd2 steve.wilson@yellowbook.com - (Unamange schedule utility has an option to unmanage entire node/interface OR applications if you are using SAM AND transactions if you are using WPM - but then it wont poll for data during that span). Above are few suggestions , please use the one that best suited…