Code

198131d8e65531f4f127284d882c31d1d067a810
[pkg-nagvis.git] / debian / README.Debian
1 nagvis for Debian
2 -----------------
4 Starting with 1.4.5, there are changes from older packages.
6 * URL and CGI-Path:
7 Since nagvis now can be used with other systems like icinga or web interface 
8 like ninja, the htdocs path is no longer part of nagios3 directory structure. 
9 The new directory for nagvis is now /usr/share/nagvis/htdocs/nagvis. The 
10 authentication therefore has to be configured separately. Have a look at 
11 /etc/nagvis/apache.conf and edit it for your needs.
13  -- Wolfgang Barth <wob@swobspace.net>  Sat, 28 Nov 2009 12:00:00 +0200
15 Thank you using the NagVis addon for Nagios Network Monitoring System.
17 To get it work you have to be sure the ndoutils package is installed and works
18 fine. NagVis uses the database account of ndoutils to connect to the database. If
19 you change this account with reconfiguring ndoutils, don't forget to
20 dpkg-reconfigure nagvis too to get the new configuration.
22 If you got still errors of not working NDOUtils, check your /etc/nagios3/nagios.cfg
23 if the broker module ndomod.o is enabled and check_external_commands=1 is set to
24 get the table <prefix>_programstatus updated.
25 (See http://www.nagvis.org/docs/general/often_reported_errors#nagiosnotrunning)
27 There are some examples in /usr/share/doc/nagvis/examples/demo to see NagVis 
28 functionality. Just copy the files in demo/ to the appropriate location and change
29 its owner and group to be www-data:www-data.
31  -- Hendrik Frenzel <hfrenzel@scunc.net>  Sat, 14 Jul 2007 11:27:33 +0200