As I'm getting my feet wet with Zabbix, I'm trying to come up with the best way to monitor multiple processes on a Linux server. Let's say for example php, mysql, apache, redis, etc... If any process is not running (I understand the proc.num key), I would like to be alerted, but if multiple processes are not running, I would like to avoid getting multiple alerts, and just get one alert listing which processes are not running. Is something like this possible? And can it be configured per host to include/exclude processes? Or do I just create X number of proc.num items and the same number of triggers for these processes individually?
I know my request is either a bit vague or very noobish, but I'm trying to understand the right approach for custom process monitoring combined with limiting too many alerts when things go awry on a Linux server. Thanks!
I know my request is either a bit vague or very noobish, but I'm trying to understand the right approach for custom process monitoring combined with limiting too many alerts when things go awry on a Linux server. Thanks!
Comment