i just setup Zabbix. One of the triggers in the template is how many processes are running in inetd. My system uses xinetd. How do I change it to check that instead?
Ad Widget
Collapse
xinetd
Collapse
X
-
I, too, am having the same problem. I try to create a new trigger such as:
Name: xinetd is not running on {HOSTNAME}
Expression: {Unix_t: proc.num[xinetd].last(0)}<1
Severity: High
and I get the result of:
No such host (Unix_t) or monitored parameter (proc.num[xinetd])
Any help would be greatly appreciated. -
Greetings,
Did you paste this in directly from Zabbix? If so then the problem is that you have a space between the Unix_t: and proc.num.Originally posted by cbidwellExpression: {Unix_t: proc.num[xinetd].last(0)}<1Comment
Comment