103ed36f1f
Host info is a small but neat plugin to cacti, that shows helpful info about the host that cacti is running on. It shows all packages and versions that cacti relys on.
8 lines
309 B
Text
8 lines
309 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/09/28 11:41:11 pettai Exp $
|
|
|
|
To activate the plugin, add this to ${CACTIDIR}/include/global.php:
|
|
|
|
$plugins[] = 'hostinfo';
|
|
|
|
===========================================================================
|