Hello, Everyone
I'm trying to update trigger "Apache is not running on {HOSTNAME}" for default Template_Linux to match Ubuntu apache2 process.
It's exactly the same except process name, but I'm receiving "ERROR: Cannot update trigger".
How I can update this trigger in template?
I'm trying to update trigger "Apache is not running on {HOSTNAME}" for default Template_Linux to match Ubuntu apache2 process.
Code:
Original
{Template_Linux:proc.num[httpd].last(0)}<1[/I]
My value
{Template_Linux:proc.num[apache2].last(0)}<1
How I can update this trigger in template?
Comment