New Zabbix user - I'm sure this is me-issue :-)
Running Zabbix 7.4.7 on Alma Linux 9 (bare metal)
I've set up a number of machines to monitor successfully using the agent 2.
Now I'd like to add a series of old print servers. They expose ports tcp 80, 515, and 9100. No SNMP available.
Started by Data Collection → Hosts -→ Create Host
I don't see a template for this kind of thing, so I'm leaving that blank.
I don't know what to put under Interfaces... the end machine is not running an agent, SNMP or IPMI ? I have tried both using 'Agent' and leaving this undefined. I suspect this is my issue...
Then went to Items for the host created above
Tried to set up two simple checks with keys of
and
Here I don't know what to use for 'Host Interface' - I have tried leaving it blank, and choosing the agent if I set up the host as 'agent'
These checks always return zero as far as I can see.
I have confirmed ports are open, with both nmap and by running
and the printer is actually in use :-)
So I have two questions...
1 - how do I set up a host that I want to add simple checks to? or
2 - can I put two or three simple checks together into a template? So when I add another printer later, I can pick that template and it will apply the same two or three simple checks?
Running Zabbix 7.4.7 on Alma Linux 9 (bare metal)
I've set up a number of machines to monitor successfully using the agent 2.
Now I'd like to add a series of old print servers. They expose ports tcp 80, 515, and 9100. No SNMP available.
Started by Data Collection → Hosts -→ Create Host
I don't see a template for this kind of thing, so I'm leaving that blank.
I don't know what to put under Interfaces... the end machine is not running an agent, SNMP or IPMI ? I have tried both using 'Agent' and leaving this undefined. I suspect this is my issue...
Then went to Items for the host created above
Tried to set up two simple checks with keys of
Code:
net.tcp.service[tcp,,9100]
Code:
net.tcp.service[tcp,,515]
These checks always return zero as far as I can see.
I have confirmed ports are open, with both nmap and by running
Code:
nc -zv target.example.com 9100
So I have two questions...
1 - how do I set up a host that I want to add simple checks to? or
2 - can I put two or three simple checks together into a template? So when I add another printer later, I can pick that template and it will apply the same two or three simple checks?
Comment