monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r273 committed - [No log message]


From: monit
Subject: [monit-dev] [monit] r273 committed - [No log message]
Date: Tue, 21 Sep 2010 08:19:16 +0000

Revision: 273
Author: martin2812
Date: Tue Sep 21 01:18:15 2010
Log: [No log message]
http://code.google.com/p/monit/source/detail?r=273

Modified:
 /trunk/doc/monit.html
 /trunk/make_dist

=======================================
--- /trunk/doc/monit.html       Mon Sep 20 08:38:10 2010
+++ /trunk/doc/monit.html       Tue Sep 21 01:18:15 2010
@@ -4,7 +4,7 @@
 <head>
 <title>Monit - utility for monitoring services on a Unix system</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<link rev="made" href="mailto:address@hidden"; />
+<link rev="made" href="mailto:address@hidden"; />
 </head>

 <body style="background-color: white">
@@ -14,8 +14,6 @@
 <div name="index">
 <p><a name="__index__"></a></p>

-<h2>Version 5.2</h2>
-
 <ul>

        <li><a href="#name">NAME</a></li>
@@ -749,6 +747,7 @@
 <pre>
  mail-format {
       from: address@hidden
+  reply-to: address@hidden
    subject: $SERVICE $EVENT at $DATE
    message: Monit $ACTION $SERVICE at $DATE on $HOST: $DESCRIPTION.
             Yours sincerely,
@@ -757,8 +756,9 @@
 <p>Where the keyword <em>from:</em> is the email address Monit should
 pretend it is sending from. It does not have to be a real mail
 address, but it must be a proper formated mail address, on the
-form: address@hidden The keyword <em>subject:</em> is for the email
-subject line. The subject must be on only <em>one</em> line. The
+form: address@hidden The <em>reply-to:</em> keyword can be used to set
+the reply-to mail header. The keyword <em>subject:</em> is for the
+email subject line. The subject must be on only <em>one</em> line. The
 <em>message:</em> keyword denotes the mail body. If used, this keyword
 should always be the last in a mail-format statement. The mail
body can be as long as you want, but must <strong>not</strong> contain the '}'
@@ -3457,17 +3457,6 @@
<p>GNU text utilities; md5sum(1); sha1sum(1); <code>openssl(1)</code>; <code>glob(7)</code>; <code>regex(7)</code>; <em><a href="http://mmonit.com/";>http://mmonit.com/</a></em></p>

-<script type="text/javascript">
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-17448732-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-</script>
-
 </body>

 </html>
=======================================
--- /trunk/make_dist    Tue Sep 21 01:12:17 2010
+++ /trunk/make_dist    Tue Sep 21 01:18:15 2010
@@ -78,7 +78,7 @@
 # Build the dist file using current version in filename
 cd ..
 mv $WORKDIR $RELEASE # Rename the monit dir to include the version number
-tar -zcvfX ${TARGET} $RELEASE/exclude $RELEASE # Create the tar file
+tar zcvfX ${TARGET} $RELEASE/exclude $RELEASE # Create the tar file
 mv $RELEASE $WORKDIR # Rename the work dir. back to monit
 mv $TARGET $WORKDIR # Move the tar.gz package into work dir.
 cd $WORKDIR



reply via email to

[Prev in Thread] Current Thread [Next in Thread]