[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [monit] Need advice in Monit setup
From: |
Dr. Davi Menasaka |
Subject: |
Re: [monit] Need advice in Monit setup |
Date: |
Fri, 23 Jan 2009 12:40:43 +0300 |
Could you try again without using HTML to format the message?
Yes, offcourse.
The problem is here
I try to setup Monit step-by-step as i was described
here -http://www.cyberciti.biz/tips/howto-monitor-and-restart-linux-unix-service.html
(just install this version - monit-5.0_beta6.tar.gz)
everything was ok . until this
Now start monit:
# init -q
or
# telinit -q
Goting such output
address@hidden etc]# init -q
init: invalid option - q
Usage: init 0123456SsQqAaBbCcUu
address@hidden etc]# telinit -q
telinit: invalid option - q
Usage: telinit 0123456SsQqAaBbCcUu
and of course all steps after this go wrong
f.e. for this command
# tail -f /var/log/messages
output
Jan 22 13:32:54 server sshd[10743]: subsystem request for sftp
Jan 22 13:46:45 server proftpd[11262]: server.My-Server.org
(87.241.187.91[87.241.187.91]) - FTP session opened.
Jan 22 15:02:44 server sshd[13648]: Accepted password for root from
::ffff:87.241.177.184 port 14969 ssh2
Jan 22 15:16:32 server sshd[18913]: Accepted password for root from
::ffff:87.241.177.184 port 15068 ssh2
Jan 22 15:16:33 server sshd[18913]: subsystem request for sftp
Jan 22 15:19:03 server sshd[18985]: Accepted password for root from
::ffff:87.241.177.184 port 15069 ssh2
Jan 22 15:19:04 server sshd[18985]: subsystem request for sftp
Jan 22 15:23:33 server sshd[19137]: Accepted password for root from
::ffff:87.241.177.184 port 15070 ssh2
Jan 22 15:23:33 server sshd[19137]: subsystem request for sftp
Jan 22 15:44:14 server sshd[19743]: Accepted password for root from
::ffff:87.241.177.184 port 15308 ssh2
no response from the server . i stop it manually .
Later check that my /var/log/messages file become ~16mb
so, for now Monit don't monitor, don't send any alert . and don't know what
to do ?
try to find any solution, or may be unistall it
P.s. Unfortunately i'm not a Linux Guy, and it's my first attempt to install
any soft.
thank you