|
From: <nu...@ts...> - 2005-06-13 14:01:53
|
Without looking at the Docs as to which method is method1, I have Nagios
2.x and PerfParse working.
Entry in command.cfg
define command{
command_name process-service-perfparse
command_line /usr/bin/printf "%b"
"$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$SERVICEOUTPUT$\t$SERVICESTATE$\t$SERVICEPERFDATA$\n"
| $USER2$/bin/perfparse-log2mysql -c $USER2$/etc/perfparse.cfg
}
Steve |