Comments
-
Hi Dave, I suggest you are speaking of alerts. I'm not an alert expert, but 'Node Up' has EventType _always_ 5, so you don't need to have any join in this case. Following works for me: ${SQL:Select top 1 e.eventtime from events e where networknode='$@NodeID@' and eventtype=5} HTH
-
Hi, Do you have Service Release (10.2.1) installed? It should remove some high CPU consumption issues. You should have it available in your customer portal. www.solarwinds.com/.../releaseNotes.htm If 10.2.1 won't help, can you please open support ticket (and post it's number here)? Thanks.
-
Well, there is limit, for performance reasons, on number of series that can be displayed on one chart. What browser are you using? If you disable the trends, you'll see more interfaces, the limit can be also raised, but this can lead into unresponsive browser (mainly IE7, 8). Regards, Vita
-
Hi, is this one-time error? If so, restarting the IIS should probably help. If not, can you please open support ticket? We would need deeper investigation on this issue. Regards,
-
As far as I know, you cannot install IIS7 to W7 Home Edition, you need at least W7 Premium, so the answer is not, you cannot install NPM10 to W7Home Edition.
-
Hi Tom, If you need to populate this only once, (or run by hand).. Just backup your database before trying :-) 1) Set interface's CustomBandwidth to '1' (can be done in 'Edit Interface' page). If you don't do this, the Bandwidth will be overwritten with every poll. 2) UPDATE Interfaces set InBandwidth = cps.Status from…
-
The table (or view, to be precise) you are looking for is CPULoad. You can query it fairly easily: SELECT AvgLoad, DateTime FROM CPULoad WHERE NodeID={your node id} ORDER BY DateTime If you want the returned data to be sampled by 10 minutes, you can do following: SELECT Convert([DateTime],Floor(Cast([DateTime] as…
-
Definitely it is. Which version of NPM do you have? There is 'multiple interface chart' in older ones, and in newer ones, the 'Custom Object Resource' resource supports inclusion of multiple interfaces.
-
Hi, do you have the device set up correctly? For example, some devices needs settings read-only community string with IP that is allowed to connect to this device. There is also tool - in NPM, snmpwalk (since 10.2). If you run it from Orion against the device, it can tell you more why the test failed (the connection is…
-
update nodes set caption=REPLACE(caption, '.domain.ext', '') Is this what you're looking for?
-
Hi Henrik, what are the limitations you want to overcome? New charts has the limit lowered to 10 for performance reasons, if you are using IE7/8, having more series can bring you problems. However, if you are using modern browser, performance of charts is better, and the value of '10' is configurable - it can be set for…
-
Sorry, I wrote answer yesterday, but forgot to submit it :) Everything is stored in DB in octets, and: To get from octets to KB we use 1000 To get from KB to MB we use 1000 For all larger convertions we use a factor of 1000 This applies to the following resource types Top XX (ifaces by traffic is what I checked, but the…
-
Hi, There should be no problem with having .NET4.0 installed on machine running Orion, as 4.0 and 3.5(2.0 in fact) are able to run side-by-side. Just be sure to have Application Pool of Orion running in v2.0 framework (this is set by default by Configuration Wizard). I can see no benefits of having the web switched to…
-
The problem with '/dev' might be that it is not ordinary filesystem. You can try adding 'includeAllDisks 20%', and see what disks it offers for monitoring.
-
Hi guys, I'm looking at the problem, and I'd need to find out some key to identify what sensors are misbehaving. Can you, please, send me snmpwalk (using the tool at http://knowledgebase.solarwinds.com/kb/questions/3145/SolarWinds+SNMP+Walk%3A+A+new+tool+for+collecting+SNMP+MIB+walks) of following OIDs? (and name of the…
-
I also don't know what biases are :-) but they are reported by the devices as one of sensor, and that they are in warning state. I've seen some cisco devices without those sensors / without warning state, so the thresholds for those sensors can be probably configured, or dependant on IOS version / equipment. You can check…