Search found 9 matches

by ranko
Mon Feb 21, 2005 11:39 am
Forum: Plugin: (Threshold)
Topic: Thold 2.x - Thresholding/Alerting module for cacti 8.6
Replies: 527
Views: 445809

Pumpi wrote: Is Thold 2.1a also supported with cactid as poller ?
Thresholds monitoring - yes.
Dead hosts notifications - no (at least from what it looks from the code - not tested)
by ranko
Mon Feb 21, 2005 11:21 am
Forum: Plugin: (Threshold)
Topic: Thold 2.x - Thresholding/Alerting module for cacti 8.6
Replies: 527
Views: 445809

Re: Thold 2.1a - Thresholding/Alerting module for cacti 8.6

I hope Ian decides to intergrate this as it is a great addition! We hope so too :D I quick addon would be to allow us to change a From field. so instead of Root we could make it say Cacti Mon.. I have done this with my install. Keep in mind that this is closed source addition to cacti and you are n...
by ranko
Mon Feb 21, 2005 10:26 am
Forum: Plugin: (Threshold)
Topic: Thold 2.x - Thresholding/Alerting module for cacti 8.6
Replies: 527
Views: 445809

Okay.. So now everything is working except: Everytime It tries to send email I get: sendmail: RCPT TO:<addlema@inidana.edu> (550 5.7.1 <addlema@inidana.edu>... Relaying denied) But i can send email just fine from everywhere else including other PHP Scripts... Help??? Aparently inidana.edu is not a ...
by ranko
Mon Feb 21, 2005 10:21 am
Forum: Plugin: (Threshold)
Topic: Thold 2.x - Thresholding/Alerting module for cacti 8.6
Replies: 527
Views: 445809

fmangeant: Whatever you specify under "Hostname" in the device configuration is what is going to be displayed in the subject of the message. In your case you have specified an IP address in the hostname field and this is what you've got. ppollet73: I cannot reproduce the problem. On what ...
by ranko
Mon Feb 21, 2005 4:15 am
Forum: Plugin: (Threshold)
Topic: Thold 2.x - Thresholding/Alerting module for cacti 8.6
Replies: 527
Views: 445809

rpingar: Currently, if "Dead hosts notifications" are enabled, then alerting is enabled for ALL _enabled_ devices. Currently, there is no way to disable/enable alerts per host. However if you anticipate that the host will be down for an extended period of time, you should "disable&quo...
by ranko
Thu Feb 10, 2005 8:02 pm
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 59838

benhanson: Here is the file.

Note for the mail notification to work under windows, you will have to fix some settings in your php.ini.

Read more here:
http://www.php.net/manual/en/ref.mail.php
by ranko
Thu Feb 10, 2005 5:33 pm
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 59838

I will start developing some library functions that will help with baseline monitoring.

I will be developing this logic in a new file: lib/thold.php

I've also sent you a modified verion of check-thold.php for your review that should resolve cross platform issues.
by ranko
Thu Feb 10, 2005 8:28 am
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 59838

Suggestions for enhancements

Suggestions on enhancing THold: 1. To have both upper and lower bound thresholds - but only one to be mandatory: this way you can have an alert if you run out of something (free disk space...) 2. "Baseline" thresholds: RRDs hold a lot of very useful data. The contents of the RRD could be u...
by ranko
Tue Feb 04, 2003 8:20 pm
Forum: Announcements
Topic: Spine Progress Reports
Replies: 49
Views: 50649

A way to extend current cmd.php

Hi there, Did you guys consider creating something like a "helper" application for the existing cmd.php: The idea behind this is to try and keep the main code that decides when and what to pool in the php, and to have this little & simple helper app. that would do the "donkey"...