I have Zabbix 3.0 managing a couple dozen or so Linux servers. All of them have the "Template OS Linux" template, which has a warning trigger of "Too many processses running" if there are more than 30 processes running. But for a handful of these machines, I decide that it's OK to have more than 30 running processes, and I would like the trigger to be, say, 50 or 60. The other machines should stay with a threshold of 30. What would be the best course of action to implement that?
Could I create an additional template which only has the altered-threshold triggers, and have it apply to the host? Relatedly, if there are two templates for a host that have different triggers for the same item, would I necesssarily have to disable the "old" trigger for each host manually?
I reiterate that "Number of processes running" is only an example. The same problem can apply to any item.
No, do not create another template. You wouldn't even be able to link such templates to the same host, the item keys would conflict. Two reasonable options exist:
You would have to clown the template that you are using and rename it to. Once you rename it, you can the change the trigger values as you see fit and link it to the hosts that you want. Remember, you can have both templates linked to the same hosts but both triggers are going to trigger once the threshold is met which kinda defeats the purpose of what you want to achieve. So in all,