Thold, or Threshold is a plugin for cacti, that allows you to setup different types of thresholds on your measurements. It also has alarm functions that can send mail to different group, depending on which threshold that was triggered.
15 lines
464 B
Text
15 lines
464 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/09/28 12:43:51 pettai Exp $
|
|
|
|
cacti-plugin-thold is now installed.
|
|
|
|
Add the included database patch (${PLUGINDIR}/thold.sql)
|
|
to your cacti database:
|
|
|
|
shell> mysql [-p] cacti < thold.sql
|
|
|
|
To activate the plugin, add this to ${CACTIDIR}/include/global.php:
|
|
|
|
$plugins[] = 'thold';
|
|
|
|
===========================================================================
|