I have maybe a similar problem. I want to monitor the SSH Deamon only, so I set up the following Process Regex
ssh(Ignore Parameter=False) # This collects all the client sessions (ssh -R) I assume and alerts as soon their closed sshd (Ignore Parameter=True) # same as above, but it does not show the -R option anymore sshd$ (Ignore Parameter=True / False) # same as above, but it does not show the -R option anymore How do I manage to monitor only the main sshd ? -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=28989#28989 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
