[RELEASE] thold-0.4.4-43
Moderators: Developers, Moderators
Re: [RELEASE] thold-0.4.4-43
One solution for "Threshold(s) Already Exist - No Thresholds Created" error that I've faced:
- http://forums.cacti.net/viewtopic.php?p=215196#p215196
It determines whether if threshold is created successfully by validating "strlen($message)".
But if some error occurred while processing, then $message will not be set properly.
- http://forums.cacti.net/viewtopic.php?p=215196#p215196
It determines whether if threshold is created successfully by validating "strlen($message)".
But if some error occurred while processing, then $message will not be set properly.
Re: [RELEASE] thold-0.4.4-43
for all followers...
just released a small fix for the 0.4.4-43 code
- 0.4.4-45: fix template selection view mechanism
when you were viewing the current triggered thresholds the selection mechanism for the template did something wrong (template was not correctly applied to the data)
have fun
just released a small fix for the 0.4.4-43 code
- 0.4.4-45: fix template selection view mechanism
when you were viewing the current triggered thresholds the selection mechanism for the template did something wrong (template was not correctly applied to the data)
have fun
All the problems of the world could be settled if people were only willing to think...
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: [RELEASE] thold-0.4.4-43
Sodium,
Please compare your fork to branches/stable and prepare an update and I will merge. I want to reduce the level of 'forking' of Thold going on. I will incorporate as required into 0.4.6.
Thanks,
TheWitness
Please compare your fork to branches/stable and prepare an update and I will merge. I want to reduce the level of 'forking' of Thold going on. I will incorporate as required into 0.4.6.
Thanks,
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: [RELEASE] thold-0.4.4-43
we are merging our changes to your SVN tree...TheWitness wrote: Please compare your fork to branches/stable and prepare an update and I will merge. I want to reduce the level of 'forking' of Thold going on. I will incorporate as required into 0.4.6.
this will take some time to stabilize the code again (you have done some nice improvements in the original code : ) )
hope this is soon enough
All the problems of the world could be settled if people were only willing to think...
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: [RELEASE] thold-0.4.4-43
Sodium,
Please also PM me a dump of your thold structure and copy of latest plugin. Dump command is "mysqldump -d cacti > file_for_witness.sql" which only dumps structure and not data.
TheWitness
Please also PM me a dump of your thold structure and copy of latest plugin. Dump command is "mysqldump -d cacti > file_for_witness.sql" which only dumps structure and not data.
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: [RELEASE] thold-0.4.4-43
Will I do (your command will dump all of the structure of cacti and not the thold section alone)
I'll PM you both
I'll PM you both
All the problems of the world could be settled if people were only willing to think...
-
- Posts: 2
- Joined: Fri May 13, 2016 9:43 am
Re: [RELEASE] thold-0.4.4-43
sodium wrote:what you describe is almost correct
we determine the rrd steps (normally 5min, 30min, 2hour, 1day) and offer this list of steps (without the current 5 min) as the reference in the past.
this determination is done by reading the (from the rrd file) average back and store it in the database for the validity of the measurement. (thus @ 00.00 hour the new value is placed in the database -- for 1 day average)
every 5 mins we compare the current value with the average stored and determine the % deviation
and this is done to minimize the cpu power needed to check the values
have fun
Hi sodium
I would like to know if you can help me with configuration of THOLD parameters.
I have to monitor the average of the last day and compare with the average of the current day.
The problem i´m trying to resolve is shown on the figure bellow.
Is there some configuration in current version (Thold 0.5) that I can use to monitor and detect this problem?
Thanks in advance
Bruno
Re: [RELEASE] thold-0.4.4-43
that should work comparing the current value with the 'day avaerage' but IMHO bandwidth graphs (with nightly lows) tend to create false positives
you could tweak the false positives with the "Baseline Trigger Count"
you could tweak the false positives with the "Baseline Trigger Count"
All the problems of the world could be settled if people were only willing to think...
-
- Posts: 2
- Joined: Fri May 13, 2016 9:43 am
Re: [RELEASE] thold-0.4.4-43
OK Sodium, I´ll try it.
Thanks again!
Thanks again!
Who is online
Users browsing this forum: No registered users and 1 guest