Graphing a Script Monitor

Graphing a Script Monitor

Hi,

I've got the following script monitor set up for a linux server which is working fine, however I'd like to graph the output over time so I can see trend the number of connections that are seen by the monitor, I just can't seem to nail it, any chance anyone can assist please?

Thanks,

main ()
{
CONNS=`netstat -an | grep 3000 | wc -l`
echo "Message: Connections calculated successfully."
echo "Data:"
echo -e "$CONNS"
exit 0
}
main $*

                New to ADManager Plus?

                  New to ADSelfService Plus?