Comments
-
It's quite straight forward but I have seen time and time again customers don't monitor the Solarwinds Servers them selves. As a tip try to poll these servers by WMI to get all the counter information DQL etc.. Also if you have the SAM module install this badboy! https://thwack.solarwinds.com/docs/DOC-170557#start=25 alex…
-
hey, try this:
-
also can can do this with volumes simply select volumes in manage nodes and again edit properties > select Polling adjust and submit for volumes
-
hey, if the devices are enabled for ncm you can utilize the network inventory job, this will pull the data from the device when the job runs, it can then be accesed under the 'ncm reports section. if its the OID do a quick SNMP walk on the devices export to note pad find the serial number and copy the OID paste it in the…
-
Are you looking for something like this? select > Managed nodes > find your nodes in the group by, select edit properties then tick the box 'polling' then Submit that bad boy and your set
-
sup, did you originally set up-your alerts in Orion or in the Sylog viewer? if in Orion select the alerts and clear them. or disable the alerts in Orion and in the viewer
-
you can contact virtualclassrooms@solarwinds.com they can allocate points for attending classes
-
hey. Perhaps check that the NTA services is running on the SolarWinds server https://support.solarwinds.com/Success_Center/Netflow_Traffic_Analyzer_(NTA)/NetFlow_Service_is_inaccessible._Verify_tha… you could also fire up a wire shark capture and see any traffic How to verify port traffic received @ (NetFlow port 2055) /…
-
agh dang.. npm 12.1 is so good.. i just have to download this 12.2
-
Yo, Couple different options to achieve this type of reporting, the first would be the Orion report creator, the canned reports for me personally our just templates, you should use the canned reports as a starting point to build something awesome. The second one is the report writer, the report writer is probably little…
-
HI, With reference to SolarWinds Documentation if : "You have more than 20 users accessing the web console simultaneously, then SolarWinds recommends the installation of an additional web server that will load balance the number of concurrent users." In my environment i have 2 additional webservers behind an F5 and never…
-
you should be able to do this through 'manage nodes' or 'interface Details' widget. im on NPM 12.3
-
So you Want the output to go to all nodes or just the one or two? and how frequently does the component run for?
-
Hi rajakamran, ideally you dont want polling gaps in your charts or graphs, so if you do see them i would advice to look at some of the following: There are a few reason why you could be seeing gaps in Graphs if that is where you are seeing them.. * Soalrwinds use ICMP and some circumstances SNMP is used for Fault…
-
if you are using SQL for your assets then id suggest something like: Select * from (WHD table name) its not best practice to use * but use column names Are you selecting edit top 200 rows? this could be why your only getting 200 records.. We use a Linux environment for our Assets unfortunately so i cant run SQL queries on…
-
Hey, do you basically want to know how many devices have a particular version? Or how many types of devices are the same device type but have different versions? Lol If you go to the node details view on the node it's self you can pretty much build any report on the values in node details
-
it could be with the subscriptions? perhaps add it and remove the solarwinds source from alert central?
-
The World map is fantastic easy to load new objects, remove objects and integrates well with Group these then tie in well with custom properties. Zooming is good, loading times are also good. i use this world wide map for grouping impacts of nodes and reflecting status of the group via a 'impact' custom property for both…
-
try this out dude SELECT NODE.ID as NODEID, NODE.Caption AS NODE, FROM Orion.Nodes NODE WHERE caption like 'AMX-VZB-%' ORDER BY NODE.Caption
-
yo, there are allot of variables that can be at play here here are some solid links to help you.. Quick Orion database health check guide - SolarWinds Worldwide, LLC. Help and Support Antivirus directory exclusions for NPM - SolarWinds Worldwide, LLC. Help and Support some of the MVPS have also put a check list of what to…
-
Could also depend on the query some larger queries can take an awfully long time to execute. Try seeing 'TOP' 5 and use the 'group by' functions if possible. You should also consider the amount of resources that you have loading into a single page and the amount of users that concurrently use the platform this may reduce…
-
nicee, didn't think of doing this type of alerting i just use Custom Properties for this but this actually makes sense if you relay on engineers to update custom properties. Here is an example of checking all nodes that are 'down' and are in an IP address range.. select * from nodes n where ((n.status = 2 )) AND…
-
new upgrade is amazing. only thing from the upgrades is that the .net framework 4.6.2 is needed and it rebooted my system without telling me lol apart from that very awesome
-
why not use the 'NOT LIKE' ? so something like: select Caption from Nodes where Caption NOT LIKE 'SVRE-NL' cheers, Dan
-
HI JonnyG, did you manage to find a way to do this?
-
HI aqeel73 Some time ago i created this, could possibly help you this report will report on 'Fixed Disk' Volume Report - Fixed Disk - Available - Size - Used - overall volume capacity with Thresholds
-
Good Day Solarwinders, My company currently uses 365 and were also getting the same Error Processing E-Mail, did you mange to find a fix for this and if so how did you manage to resolve the issue in the end?
-
Hi, and welcome You could also take a look at the eLearning resourses NPM : Success Center NTA: Success Center If you have already purchased your license you can access the virtual class room on here: Virtual Classrooms | SolarWinds Customer Portal these classes are actually very good specually for starting out
-
Your going to find all your answers right around here: Uncovering Polling Problems and Issues in Your Environment
-
bump