Module: nagvis Branch: nagvis-1.4 Commit: 637ba289853d1430028b803bd6c387b5d50dd236 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=637ba289853d1430028b803bd6c387b5d50dd236
Author: LaMi <[email protected]> Date: Wed Nov 18 22:17:31 2009 +0100 Added sample configuration for mklivestatus backend --- nagvis/etc/nagvis.ini.php-sample | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/nagvis/etc/nagvis.ini.php-sample b/nagvis/etc/nagvis.ini.php-sample index 8974408..bef9057 100644 --- a/nagvis/etc/nagvis.ini.php-sample +++ b/nagvis/etc/nagvis.ini.php-sample @@ -157,10 +157,15 @@ ; Backend definitions ; ---------------------------- +; Example definition of a livestatus backend. In this case the backend_id is live_1 +[backend_live_1] +backendtype="mklivestatus" +;socket="unix:/usr/local/nagios/var/rw/live" + ; in this example the ID of the Backend is "ndomy_1" you can define another ID. [backend_ndomy_1] ; type of backend - MUST be set -;backendtype="ndomy" +backendtype="ndomy" ; hostname for NDO-db ;dbhost="localhost" ; portname for NDO-db @@ -183,7 +188,7 @@ ; in this example the ID of the Backend is "ndo2fs_1" you can define another ID. [backend_ndo2fs_1] ; type of backend - MUST be set -;backendtype="ndo2fs" +backendtype="ndo2fs" ; Path to the ndo2fs var directory where the VOLATILE and PERSISTENT directories are ;path="/usr/local/ndo2fs/var" ; Name of the instance to get the data from @@ -196,7 +201,7 @@ ; in this example the ID of the Backend is "merlinmy_1" you can define another ID. [backend_merlinmy_1] ; type of backend - MUST be set -;backendtype="merlinmy" +backendtype="merlinmy" ; hostname for Merlin db ;dbhost="localhost" ; portname for Merlin db ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
