Hi Team,
I am able to monitor a particular process using check-process.rb plugin.
{
"checks": {
"check-mysql": {
"handlers": ["mailer"],
"command": "/opt/sensu/embedded/bin/check-process.rb -p mysqld ",
"interval": 180,
"occurrences": 5,
"subscribers": [ "dev" ]
}
}
}
Now i want to monitor that particular process memory and cpu consumption. What plugin i have to use. Can anyone help me on this. Please provide me any example json format.