Clockwork Eye is the agent daemon with modules, monitors your machine's resources, watches your services and sends traps. This project aims to provide a monitoring service and a relationship as agent-manager.
CHANGES:
CURRENT_1_0_2
[mod] Multiple SNMP trapsink hosts support added.
# SNMPv1 sink host for sending traps (default: community is 'public',
# port is 162. Multiple)
# SnmpTrapSinkHost ipv4addr [community [port]]
SnmpTrapSinkHost 127.0.0.1
SnmpTrapSinkHost 192.168.0.2 public
:... read more
ClockWork Eye Version 1.0.1 (5-Apr-2002)
Takato Satsuma
<takato@nowhere-land.org>
<takato@users.sourceforge.net>
TODO:
-- SSLv3(TLS) support
-- DB watching support
-- Inter Agent Communication
CHANGES:
CURRENT_1_0_1
[add] mod_rpc is now shipped.
Follow an IP address, a RPC program name or number (not a port
number!), protocols and versions after 'RpcCheckAddress' directive.
You'll get informations with rpcinfo(8) and /etc/rpc file.... read more
ClockWork Eye
Takato Satsuma
<takato@nowhere-land.org>
<takato@users.sourceforge.net>
TODO:
-- SSLv3(TLS) support
-- DB watching support
-- Inter Agent Communication
CHANGES:
CURRENT_0_9_5
[new] Tamper detection support added. (mod_http)
If 'TamperDetection' is on, mod_http will calcurate the message
digest of the body of the content. Then it was compared with
the value of 'MessageDigest'. ... read more
CURRENT_0_9_4
[new] IPv6 support added. (mod_net, mod_http)
IPv4 and IPv6 address is described as RFC2732.
Use --enable-ipv6 configure option for enabling explicitly. (default:
auto detection)
<Module mod_net>
:
TcpCheckAddress [::1]:22
UdpCheckAddress [::1]:53
:
</Module>
<Module mod_http>
:
HttpServerAddress [::1]:8080
:
</Module>
[new] Multi Thread support added. For enabling this, use --enable-pthread
configure option.
[new] 'SendMailMessage', 'SendTrapMessage' directives added. (cweyed.conf)
[mod] 'HttpServerPort' directive for mod_http.c is eliminated.
[bug] Some bugs fixed.... read more
-- Compatibility for Solaris fixed.
-- Uninitialize variables bug fixed.
Multiple log scanning support is now available. See http://sourceforge.net/projects/cweye for details.