Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: nagios-guide.xml
Date: Mon, 07 Jul 2008 19:04:43
Message-Id: E1KFw0s-0007zh-7n@stork.gentoo.org
1 swift 08/07/07 19:04:38
2
3 Modified: nagios-guide.xml
4 Log:
5 thats it for today; next configure nagios to connect to the nrpe powered systems and configure nrpe further... perhaps I need to explain the object format used by nagios as well
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/en/nagios-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nagios-guide.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nagios-guide.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nagios-guide.xml?r1=1.2&r2=1.3
13
14 Index: nagios-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nagios-guide.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- nagios-guide.xml 7 Jul 2008 18:28:19 -0000 1.2
21 +++ nagios-guide.xml 7 Jul 2008 19:04:38 -0000 1.3
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nagios-guide.xml,v 1.2 2008/07/07 18:28:19 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nagios-guide.xml,v 1.3 2008/07/07 19:04:38 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide disclaimer="draft">
29 @@ -255,11 +255,15 @@
30 </pre>
31
32 <p>
33 -TODO Inform what to install on systems that will not run the nagios interface,
34 -both for active (performs checks and communicates with the main nagios system)
35 -and passive (polled by main nagios system through check_ssh).
36 +Next, edit <path>/etc/nagios/nrpe.cfg</path> to allow your main Nagios system to
37 +access the NRPE daemon and customize the installation to your liking. Finally,
38 +launch the NRPE daemon:
39 </p>
40
41 +<pre caption="Launching the NRPE daemon">
42 +# <i>/etc/init.d/nrpe start</i>
43 +</pre>
44 +
45 </body>
46 </section>
47 </chapter>
48
49
50
51 --
52 gentoo-doc-cvs@l.g.o mailing list