update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / cacti-plugin-thold / MESSAGE
1 ===========================================================================
2 $NetBSD$
3
4 cacti-plugin-thold is now installed.
5
6 Add the included database patch (${PLUGINDIR}/thold.sql)
7 to your cacti database:
8
9         shell> mysql [-p] cacti < thold.sql
10
11 To activate the plugin, add this to ${CACTIDIR}/include/global.php:
12
13         $plugins[] = 'thold';
14
15 ===========================================================================