[Checkins] SVN: Products.ZNagios/trunk/README.txt Fixed rest

Hanno Schlichting plone at hannosch.info
Wed Feb 25 10:40:02 EST 2009


Log message for revision 97265:
  Fixed rest
  

Changed:
  U   Products.ZNagios/trunk/README.txt

-=-
Modified: Products.ZNagios/trunk/README.txt
===================================================================
--- Products.ZNagios/trunk/README.txt	2009-02-25 15:39:52 UTC (rev 97264)
+++ Products.ZNagios/trunk/README.txt	2009-02-25 15:40:01 UTC (rev 97265)
@@ -21,14 +21,14 @@
 ----------------
 
 Put a line like this in your nagios plugin configuration to make the plugin
-available:
+available::
 
-command[check_zope]=/path/to/check_zope.py -H $ARG1$ -p $ARG2$ -d $ARG3$
--r $ARG4$ -a $ARG5$
+  command[check_zope]=/path/to/check_zope.py -H $ARG1$ -p $ARG2$ -d $ARG3$
+  -r $ARG4$ -a $ARG5$
 
-Put a line like this in your nagios host configuration to use the 
+Put a line like this in your nagios host configuration to use the::
 
-service[maggie]=Zope;0;24x7;10;5;5;gocept;10;24x7;1;1;1;;check_zope!localhost!8080!50000000!10000!admin:password
+  service[maggie]=Zope;0;24x7;10;5;5;gocept;10;24x7;1;1;1;;check_zope!localhost!8080!50000000!10000!admin:password
 
 Configure Nagios
 ----------------
@@ -37,14 +37,14 @@
 into your plugin config directory (debian: /usr/share/nagios/pluginconfig) or
 the commands.cfg in /etc/nagios/.
 
-Then you can make use of the check_zope command for services:
+Then you can make use of the check_zope command for services::
 
-define service{
-            use                     generic-service
-            host_name               thezopehost
-            service_description     Zope
-            check_command           check_zope!thezopehost!8080!1000000000!500000!admin:password
-}
+  define service{
+              use                     generic-service
+              host_name               thezopehost
+              service_description     Zope
+              check_command           check_zope!thezopehost!8080!1000000000!500000!admin:password
+  }
 
 Credits
 -------



More information about the Checkins mailing list