Hi, MartinThank you, for advice. I take latest stable binary from site (linux-x64), moved it to /opt, unpack and start with following command:
./monit -c /etc/monit/monitrc -s /var/lib/monit/monit.state Monit started: Starting monit daemon with http interface at [*:2812]I can login to webinterface, but i cant see any of my services in monitoring dashboard.
I use simple config:
set daemon 60
set logfile syslog facility log_daemon
set mailserver localhost
set mail-format { from: monit@MYHOSTNAME }
set alert MYEMAIL
set httpd port 2812 and
# SSL ENABLE
# PEMFILE /var/certs/monit.pem
allow login:pass
check process mysql with pidfile /var/run/mysqld/mysqld.pid
group database
start program = "/etc/init.d/mysql start"
stop program = "/etc/init.d/mysql stop"
if failed host 127.0.0.1 port 3306 then restart
if 5 restarts within 5 cycles then timeout
check process freerad with pidfile /var/run/freeradius/freeradius.pid
start program = "/etc/init.d/freeradius start"
stop program = "/etc/init.d/freeradius stop"
if failed host 127.0.0.1 port 1812 type udp protocol radius secret
stidia then alert
if failed host 127.0.0.1 port 1813 type udp protocol radius secret
stidia then alert
if 5 restarts within 5 cycles then timeoutCan you please advice, maby config syntax changed, and i should modify my checks?
05.08.2013 13:51, Martin Pala пишет:
Hi, we don't maintain package repository - we provide binary build as the "tar.gz" archive which works on almost every linux distribution including Debian 4.x or newer (you can get it from the download page) Regards, Martin On Aug 5, 2013, at 12:49 PM, Dmitry Korzhevin <[email protected]> wrote:Hi, Guys, i think you know, that debian repository have very old version of monit (5.1.1). Maby, monit developers have internal project repository, where i can obtain latest debian packages of monit system? Best Regards, Dmitry --- Dmitry KORZHEVIN System Administrator STIDIA S.A. - Luxembourg e: [email protected] m: +38 093 874 5453 w: http://www.stidia.com -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
Best Regards, Dmitry --- Dmitry KORZHEVIN System Administrator STIDIA S.A. - Luxembourg e: [email protected] m: +38 093 874 5453 w: http://www.stidia.com
smime.p7s
Description: Криптографическая подпись S/MIME
-- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
