I am new to zabbix and I am trying to set an item to capture a process.
I am creating a zabbix item to monitor the % Processor Time that a specific process takes. But the name of the process changes on each run as, proc_PROCID So it might be proc_1234 in one run and proc_5544 in another depending on the processor ID.
THe Item key field as such does not seem to take a regex pattern. How can I capture this detail?
I am creating a zabbix item to monitor the % Processor Time that a specific process takes. But the name of the process changes on each run as, proc_PROCID So it might be proc_1234 in one run and proc_5544 in another depending on the processor ID.
THe Item key field as such does not seem to take a regex pattern. How can I capture this detail?
Comment