![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
On 2014-05-23 16:13, Ryan wrote:
Adam Armstrong <adama@...> writes:
Disable all of the alerts using the config.inc.php variable. They're not reliable.
adam.
To your comment, I was unable to find the mentioned config.inc.php variables.
That's because the default config.inc.php only includes the options you need to set to make it work. It doesn't include any of the optional settings.
Can you please point me to documentation or a list of variables to disable all alerts of a certain type? I have some alerts working beautifully, but other types are reporting unreliable data (as you stated below). Email alerts are being sent out for those, so I would like to disable those alert types.
Some examples:
- power supply sensors reporting -100000000C (< 0C)
- fanspeed alarms under threshold: 9180RPM (< 9216RPM)
- DOM TX bias current 2.2E-5A (> 0.000015A).
I have done some considerable searching but I remain confused. Any help that can be provided is appreciated.
These are the /old/ alerts. One you disable them, most of them should go away.
Any remaining sensors with incorrect thresholds should either be disabled in the device's settings, or have their thresholds manually changed in the same settings.
The new alerting is still a WiP, and only basic documentation exists at : http://www.observium.org/wiki/Alerting
Thanks, adam.