Code

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