monit: Bump to 5.4 and bugfixes
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Thu, 12 Jul 2012 08:09:57 +0000 (08:09 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Thu, 12 Jul 2012 08:09:57 +0000 (08:09 +0000)
commit9b8fd376b34cef81d410a579b77a307a2e5754ea
tree53da121d9b4443b277893e5f6c1aebdc6f9b78a4
parent675b4e812b661cf15b14d79e1662f06eaf1821ed
monit: Bump to 5.4 and bugfixes

Hi
this patch update monit from 5.2.5 to 5.4, this add cool feature like "check program", to execute a script and send email/do action depending on the return code, and many bugfixes (http://mmonit.com/monit/dist/CHANGES.txt)
I've modified the init script because "-d 60" overide the conf file and the stat command doesn't seem to exist, so either we just chmod each time or we let the people RTFM and the syslog (i prefer the latter)

For now i've tested only the ssl version with backfire (r31676) on x86 and ar71xx (tplink wr1043nd) (it send mail via google, ping, watch load average and cpu ...)
It compile (monit and monit-nossl) for x86 and ar71xx for backfire & trunk (trunk x86 mount the ext4 partition readonly so i haven't tested)

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32674
admin/monit/Makefile
admin/monit/files/monit.init
admin/monit/patches/001-no_sslv2.patch
admin/monit/patches/002-uclibc_loadavg.patch