Hi,
I've installed mon and then ipvsadm. When I start ipvs.alert (ipvsadmin
is working)
http://www.austintek.com/LVS/LVS-HOW...r_failure.html
I have error:
[root@backup log]# /usr/lib/mon/alert.d/ipvs.alert
-r: missing argument
there's no this error when I uninstall ipvsadm, everythin looks good.
my config file:
<...>
service ftp
interval 15s
monitor ftp.monitor
allow_empty_group
period wd {Sun-Sat}
alertevery 1h
#alert mail.alert root
#upalert mail.alert root
alert test.alert
upalert test.alert
#-V is virtual service, -R is remote service, -P is
protocol, -A is add/delete (t|u)
#alert ipvs.alert -A -d -P -t -V 10.0.0.10:21 -R
192.168.0.79
#upalert ipvs.alert -A -a -P -t -V 10.0.0.10:21 -R
192.168.0.79 -T -m -w 1
<...>
Where's the problem ?