January 2019
Intermediate to advanced
798 pages
20h 33m
English
Let's look at the SSH items first. As a simple test, we could re-implement the same Zabbix agent parameter we did as our first user parameter, determining the number of the currently logged-in users by running who | wc -l. To try this out, we need a user account we could use to run that command, and it's probably best to create a separate account on A test host. Creating one could be as simple as the following:
# useradd -m -s /bin/bash zabbixtest # passwd zabbixtest
With the user account in place, let's create the SSH item. In the frontend, follow these steps:
Read now
Unlock full access