threshold disabled, but still sending email
Moderators: Developers, Moderators
-
- Posts: 42
- Joined: Sun Nov 20, 2016 3:55 am
threshold disabled, but still sending email
Hello,
I have disabled few thresholds in my setup, and suspended them too. but still sending email notifications.
how to disable a threshold from sending emails other than deleting it.
TIA.
I have disabled few thresholds in my setup, and suspended them too. but still sending email notifications.
how to disable a threshold from sending emails other than deleting it.
TIA.
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: threshold disabled, but still sending email
Goto Console > Configuration > Settings > Thold/Alerts and disable Thold data collection.
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?
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: threshold disabled, but still sending email
The 1.8 version is under development. So, if you are not a developer, download an use the latest tag and not develop.
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: threshold disabled, but still sending email
Pretty sure this was fixed in develop today.
Before history, there was a paradise, now dust.
-
- Posts: 42
- Joined: Sun Nov 20, 2016 3:55 am
Re: threshold disabled, but still sending email
Thank you, I will download it.
but will this required me to recreate all thresholds again ? or simply disable the plugin and download the new one ?
but will this required me to recreate all thresholds again ? or simply disable the plugin and download the new one ?
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: threshold disabled, but still sending email
No.
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?
-
- Posts: 42
- Joined: Sun Nov 20, 2016 3:55 am
Re: threshold disabled, but still sending email
Hello Witness,
I have went through the process of uninstalling the plugin then downloading the new.
but unfortunately, It deleted all thold staff, like threshold template, thresholds, and settings.
I have vmware, so I reverted again to snapshot and back before any changes.
My question is, Is there a way to backup the thresholds, from web interface or database backup and restore it on the new thold version? it tok so long time to create these tholds?
I know this is taking too long but I have no way else to solve it?
TIA
I have went through the process of uninstalling the plugin then downloading the new.
but unfortunately, It deleted all thold staff, like threshold template, thresholds, and settings.
I have vmware, so I reverted again to snapshot and back before any changes.
My question is, Is there a way to backup the thresholds, from web interface or database backup and restore it on the new thold version? it tok so long time to create these tholds?
I know this is taking too long but I have no way else to solve it?
TIA
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: threshold disabled, but still sending email
Just dump the thold data to a SQL file, then, before you upgrade, restore them and set the version back to say 1.5 (thold):
Then just go to the THold top tab and Cacti will again upgrade attempt to upgrade the plugin. Set the version to whatever version you were at before you tried getting to 1.8 (beta/alpha).
Code: Select all
UPDATE plugin_config SET version='1.5' WHERE directory='thold';
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?
Who is online
Users browsing this forum: No registered users and 2 guests