This plugin adds a tab to visually show you the Up / Down Status of all your hosts. It will audibly alert you whenever a host goes down.
15 lines
472 B
Text
15 lines
472 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/09/28 13:02:16 pettai Exp $
|
|
|
|
cacti-plugin-monitor is now installed.
|
|
|
|
Add the included database patch (${PLUGINDIR}/monitor.sql)
|
|
to your cacti database:
|
|
|
|
shell> mysql [-p] cacti < monitor.sql
|
|
|
|
To activate the plugin, add this to ${CACTIDIR}/include/global.php:
|
|
|
|
$plugins[] = 'monitor';
|
|
|
|
===========================================================================
|