Comments
-
For getting performance counters for network interfaces, update 'DisablePerformanceCounter' entry to 0 on following path: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Performance
-
Please let me know the variable used in recipient field to trigger alert on interfaces. Thanks Prashant
-
Hi, Do we have any updated version of this. Thanks Prashant
-
Thanks for sharing.
-
Hello Team, Any Updates ?
-
All services in the Orion service manager must be running on all Solarwinds servers.
-
I came across few tools, which can help to display the monitoring: Network Performance Monitor: Can Import multiple IPs and set a single alert to apply on all. Network Monitor: Each IP has to be check marked while importing, and alert to be configured for each node. Ping Sweep: Good for Monitoring not for alerting…
-
It depends on your load. In my new installation with very low load, it appears like this.
-
you can create a report using the sql query: Select Distinct Name From [dbo].[AlertConfigurations] Where Enabled='True'
-
d09h thanks for the reply. However I am looking for exact script to be executed. it should include the additional poller IP address and port number to be allowed(ip and port would be variable), like we have template for enabling syslog; but this will allow all poller to connect to network devices, In my environment many…
-
Hi Team, Please let me know how can I integrate the web console of IPAM with primary poller web console if IPAM is installed on different server. Thanks Prashant
-
After the upgrade, geographical Maps are missing.
-
I upgraded to NPM 12.3, still got stuck on APE, Installer is not proceeding, NEXT button is grayed and not responding.
-
Is there someone from SolarWinds support who can pick the call or reply on Case # 00145046 - Rebuild additional poling engine
-
Hi Dillon, I am also stuck in the same issue. have you got any solution to this ?
-
Please check if following link works: Run a command on schedule and generate a report with the result - SolarWinds Worldwide, LLC. Help and Support Set up a job that saves the results to a file - SolarWinds Worldwide, LLC. Help and Support
-
Thanks! haydanb Convert BPS Output to Percentage of Interface Bandwidth
-
Following query worked for me. SELECT a.propertyvalue,c.alertmessage,c.name FROM [dbo].[ActionsProperties] a join [dbo].[ActionsAssignments] b on a.actionid=b.actionid join [dbo].[AlertConfigurations] c on b.parentid=c.alertid Where a.propertyvalue like '%@xyz.com%' and c.name like '%keyword_in_alert%'
-
4 hour down time was good enough for installation and testing.
-
Table name : SNI_AlertIncidents Check if following thread works: SW and ServiceNow integration
-
On this Pi Day Googler Emma Emma Haruka Iwao (@Yuryu) | Twitter created a new world record by calculating 31.4 trillion digits of Pi, using google cloud.
-
Sonar Discovery using SNMP on non-standard port Adding the node via ICMP and then converting to SNMP is a quick way to do it.
-
Got someone on call, Issue is related to mismatch in dot net framework version on primary and additional polling engine. Unexpected website error when editing nodes - SolarWinds Worldwide, LLC. Help and Support
-
Thanks for the quick response aLTeReGo and deverts.
-
Daily Node Availability Report: SELECT n.Caption,n.IP_Address, a.Availability, a.DateTime FROM [dbo].[Nodes] n Join [dbo].[DailyNodeAvailability] a ON n.NodeID = a.NodeID
-
you can limit the scope to those group member and can create a node status down alert.
-
Is the character length for interface description updated or still 255 ?
-
Create a custom property on which you don't want the alert. e.g DO_Not_Alert Remove these devices out of scope in existing alert.
-
I feel this may work, but not sure average packet loss is absolute of percent. If it is absolute, how can I get the percent packet loss for each circuit?