Hello community,

here is the log from the commit of package monit for openSUSE:Factory checked 
in at 2013-06-13 17:11:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monit (Old)
 and      /work/SRC/openSUSE:Factory/.monit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/monit/monit.changes      2013-03-24 
21:50:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.monit.new/monit.changes 2013-06-13 
17:11:36.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Jun  5 12:14:38 UTC 2013 - [email protected]
+
+- update to 5.5.1:
+  * Info and debug messages are no longer sent to stderr, only to stdout.
+  * Improved output from 'check program', If the program returns an error
+    message, include only that message in alert $DESCRIPTION so users can
+    compose their own alert format. If program provided no output on
+    error, use a default message.
+  * Improved "check system", $HOST can now be used as a service name.
+    $HOST will expand to the system hostname. Example: check system $HOST
+  * Fixed "Unable to read magic" which was reported on first Monit start.
+
+-------------------------------------------------------------------

Old:
----
  monit-5.5.tar.gz

New:
----
  monit-5.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ monit.spec ++++++
--- /var/tmp/diff_new_pack.nR1oPq/_old  2013-06-13 17:11:37.000000000 +0200
+++ /var/tmp/diff_new_pack.nR1oPq/_new  2013-06-13 17:11:37.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           monit
-Version:        5.5
+Version:        5.5.1
 Release:        0
 Summary:        Service Manager and Monitor System
 License:        AGPL-3.0

++++++ monit-5.5.tar.gz -> monit-5.5.1.tar.gz ++++++
++++ 51060 lines of diff (skipped)

++++++ monit-better_default_monitrc.patch ++++++
--- /var/tmp/diff_new_pack.nR1oPq/_old  2013-06-13 17:11:37.000000000 +0200
+++ /var/tmp/diff_new_pack.nR1oPq/_new  2013-06-13 17:11:37.000000000 +0200
@@ -1,6 +1,8 @@
---- monitrc.orig       2011-11-04 11:54:04.674000463 +0100
-+++ monitrc    2011-11-04 11:56:10.848000463 +0100
-@@ -24,24 +24,24 @@
+Index: monitrc
+===================================================================
+--- monitrc.orig
++++ monitrc
+@@ -24,24 +24,24 @@ set daemon  60              # check serv
  ## Set syslog logging with the 'daemon' facility. If the FACILITY option is
  ## omitted, Monit will use 'user' facility by default. If you want to log to 
  ## a standalone log file instead, specify the full path to the log file
@@ -8,7 +10,7 @@
 -# set logfile syslog facility log_daemon                       
 -#
 +
-+set logfile syslog facility log_daemon                       
++set logfile syslog facility log_daemon
 +
  #
  ## Set the location of the Monit id file which stores the unique id for the
@@ -34,7 +36,7 @@
  ## Set the list of mail servers for alert delivery. Multiple servers may be 
  ## specified using a comma separator. If the first mail server fails, Monit 
  # will use the second mail server in the list and so on. By default Monit 
uses 
-@@ -50,7 +50,9 @@
+@@ -50,7 +50,9 @@ set daemon  60              # check serv
  # set mailserver mail.bar.baz,               # primary mailserver
  #                backup.bar.baz port 10025,  # backup mailserver on port 10025
  #                localhost                   # fallback relay
@@ -45,7 +47,7 @@
  #
  ## By default Monit will drop alert events if no mail servers are available. 
  ## If you want to keep the alerts for later delivery retry, you can use the 
-@@ -62,7 +64,11 @@
+@@ -62,7 +64,11 @@ set daemon  60              # check serv
  # set eventqueue
  #     basedir /var/monit  # set the base directory where events will be stored
  #     slots 100           # optionally limit the queue size
@@ -58,7 +60,7 @@
  #
  ## Send status and events to M/Monit (for more informations about M/Monit 
  ## see http://mmonit.com/). By default Monit registers credentials with 
-@@ -98,7 +104,9 @@
+@@ -98,7 +104,9 @@ set daemon  60              # check serv
  ## are expanded at runtime. For example, to override the sender, use:
  #
  # set mail-format { from: [email protected] }
@@ -69,13 +71,13 @@
  #
  ## You can set alert recipients whom will receive alerts if/when a 
  ## service defined in this file has errors. Alerts may be restricted on 
-@@ -107,6 +115,9 @@
- # set alert [email protected]                       # receive all alerts
- # set alert [email protected] only on { timeout }  # receive just service-
- #                                                # timeout alert
+@@ -108,6 +116,9 @@ set daemon  60              # check serv
+ ## Do not alert when Monit start,stop or perform a user initiated action
+ # set alert [email protected] not on { instance, action } 
+ #
 +
 +set alert root@localhost
 +
  #
- #
  ## Monit has an embedded web server which can be used to view status of 
+ ## services monitored and manage services from a web interface. See the

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to