-
Re: SQL request to have a list of advanced alerts
Is this what you're looking for ? SELECT AlertDefinitions.AlertName, ActionDefinitions.Title as AlertAction FROM ActionDefinitions join AlertDefinitions on AlertDefinitions.AlertDefID = ActionDe…1 -
Re: Chrome snap-in crashing when viewing node
I've also noticed that Chrome is not as NPM friendly as it used to be in the past. As to which is more likely to be the culprit, I'm still on the fence. What I have found as a work around i…1 -
Re: How to change current hardware health status levels?
As I recall, but I don't mind being corrected, The warning and critical thresholds for hardware sensors are set on the device that has the hardware sensor. It isn't inside NPM. NPM is just …1 -
Re: Automatically shutdown server on temperature threshold?
Additionally, most current hardware vendors that have temperature sensors also have some form of a "service processor" that sits in the background and independently monitors the sensors. Th…1 -
Re: Free SNMP MIB Browser
SnmpB available @ http://sourceforge.net/projects/snmpb is pretty good.2
