Comments
-
very informative, Thanks
-
This report might help to to identify:- SELECT N.IPAddress, N.Caption as Device, N.SNMPVersion as Version, N.Community, N.RWCommunity, N.SNMPv3Credentials.UserName, N.SNMPv3Credentials.PrivacyMethod, N.SNMPv3Credentials.AuthenticationMethod, N.SNMPv3Credentials.RWPrivacyMethod, N.SNMPv3Credentials.RWAuthenticationMethod…
-
Very knowledgeable post
-
Thanks for Thwack! and all ThwackIst
-
Search for the node and expand the volume and select the one which you like to delete. the old volume will show in color Red, since the volume is not in healthy state and not active.
-
* have you created the view page? * fist create the view and select resource ALL Nodes, which will display all the nodes * then you can click on edit > if you dont want to set sql filter > you can chose Grouping Nodes > there you can select the created custom property.
-
Hi soumya t have you assigned any Node/Device to custom property (NetworkInvenoryClasss)? Regards Mohit
-
Hi soumya t I just tested the same in version 12 also as skyblademonkey suggested. Please do the same this will populate your costume property (NetworkInvenoryClasss) in limitation area. regards Mohit
-
Hi Vijay, from the screenshot it looks like you have (application instance = SNMPD service) template deployed only on 127 Linux servers. that's why its showing 127 only. Now the question is how you can verify the same that, on how many Linux server this application is deployed ? There are altogether different ways to do…
-
Its a good sign, if WBEMTest does not yield any negative result for responsive nodes. You may design a report which will give you the list of applications with an unknown status out of your 1234 nodes.
-
You can rename component name to service name in the Template itself and use the ${ComponentName} to determine the name of the component in alert. regards Mohit
-
agreed with haja4nhn It was available in older version I think it is obsolete in version 12. that's why you are not able to see Regards Mohit
-
You can also go by customized view Type:- lets say if you have added below resource for displaying all node and same view you is set for users Now the question is how you can limit based on custom property for that Click on Edit as highlighted above and use the sql filter based on your custom property Regards Mohit
-
From the error above in logs, it seems like its a WMI permission issue. Please perform the WBEMTest to check WMI connectivity. if it is working fine or not WBEMTest – Part 1: Testing WMI connectivity – 4sysops Thanks
-
Hi above mentioned triigering conditions are working perfectly fine. however you can explain your requirement ? Regards Mohit.s
-
Hi Thanks for the response Yes. i mean to extract the SQL behind the web based report as we can do with Report Writer (Show SQL) please let me know if anyone can help on this?
-
Thanks for the Post Krishna. Just to add on here, Above mentioned alert triggering conditions will not RESET the triggered Alert. Here are the triggering conditions that will trigger the alert when checkpoint fail-over happens and RESET the alert when checkpoint will be Failed Back.
-
Hi I used the same steps but it did not work for me . I am using version NPM 12.2.0 can you please check and confirm if Hubble is still working for you.
-
Hi do we have any specific reason or scenario in which we can use reverse status ? regards Mohit
-
There is no such sure shot answer for this question. however there are work around's and how you want to get it worked out for you based on your environment. ServerA is PROD ServerB is DR You can enable monitoring on both the ServerA is PROD and ServerB is DR however ServerB is DR and services will show down all the time.…
-
Hi Solarwinds Unmanage Utility is already available. Please refer the below link:- Scheduling Unmanage Task for Nodes, Interfaces and Applications - SolarWinds Worldwide, LLC. Help and Support Regards Mohit
-
you need to set Account Limitations for that user :- Go to Settings> User Accounts> Manage Accounts > select the user to whom you want to set the limitation > > Then click on edit there you will get Account Limitations > Click on that. > In next screen Select Limitation Type For Account, here you can see the custom…
-
Since you don't want to touch the default setup. I suggest copy the alert or you can say select the actual alert and click (Duplicate & Edit) this will crate new alert for you and allow you to make changes in alert without touching the actual alert. Adding below filters will solve your purpose. One thing important to keep…
-
Hi Below will help you to create required alert The only required changes needs to be done in Trigger action. Network path to external program APM\SolarWinds.APM.RealTimeProcessPoller.exe -n=${NodeID} -count=5 -timeout=90 -alertid=${N=Alerting;M=AlertID} Regards Mohit
-
Please share the screen shot of triggering condition, it will help to understand the exact requirement.
-
Hi Try using ${VolumePercentUsed} and ${VolumeDescription} still working. if it doesn't help please let us know which SAM version you are using
-
in order to understand the issue, please share the OID? which you are using. and any graphical presentation were we can see what exactly you want to achieve.
-
1. If any mount point is removed you can configure (volume down) alert for the same. you will be notified with volume is down. Below must be triggered condition for volume down alert or you can make changes according to the requirement. 2. If already installed server has a new mount point.. you need to list resource every…
-
I don't really like this idea too much either. It pretty much looks like $200 an exam. we are already paying for maintenance, SolarWinds should not charge anything for exam!!! Totally Crap Idea...
-
Hi Seashore I am having same issue in my environment. can we please elaborate and let me know what exactly query i use, lets say my OLD node name is XYZ and new Node Name is ABC UPDATE a SET RelatedNodeCaption = n.Caption, EntityCaption = n.Caption FROM AlertObjects a INNER JOIN Nodes n ON a.RelatedNodeId = n.NodeID WHERE…