I have need to monitor a number of daemon processes on my servers that all user the same binary but have different parameters on the command line. For example, one binary is called authmv2, and it runs as a daemon against a number of databases. I may have 20 authmv2 process running 24x7, each with a different database name as the parameter.
I tried the procnum item adding the database name as the 4th parameter (command line), but it does not work. I assume it is filtering on command, not the full command line.
The procnum item can count the total number of iterations of this binary, but I want to monitor each one individually, and alert if one is down. Can that be done without creating a user defined parameter in the agent configuration file?
StanZoid
I tried the procnum item adding the database name as the 4th parameter (command line), but it does not work. I assume it is filtering on command, not the full command line.
The procnum item can count the total number of iterations of this binary, but I want to monitor each one individually, and alert if one is down. Can that be done without creating a user defined parameter in the agent configuration file?
StanZoid
Comment