Code

c1a43ecd426a88704cafd11099f2d69546f2c7b7
[pkg-nagvis.git] / debian / README.backends.Merlin
1 Starting with 1.4 NagVis supports Merlin as a replacement to ndoutils.
2 Simply set backendtype to merlinmy, the rest of configuration is similar 
3 to ndoutils.
5 Here is an example:
7 ; in this example the ID of the Backend is "merlinmy_1" you can define another ID.
8 [backend_merlinmy_1]
9 ; type of backend - MUST be set
10 ;backendtype="merlinmy"
11 ; hostname for Merlin db
12 ;dbhost="localhost"
13 ; portname for Merlin db
14 ;dbport=3306
15 ; database name for Merlin db
16 ;dbname="merlin"
17 ; username for Merlin db
18 ;dbuser="merlin"
19 ; password for Merlin db
20 ;dbpass="merlin"
21 ; maximum delay of the Merlin Database in seconds
22 ;maxtimewithoutupdate=180
23 ; path to the cgi-bin of this backend
24 ;htmlcgi="/nagios/cgi-bin"