conf/os.conf
author Tomas Zeman <tomas@functionals.cz>
Thu, 15 Apr 2021 15:27:45 +0200
changeset 39 a0015fe2009a
parent 18 01a815c167f5
permissions -rw-r--r--
mysql-slave,status (Zabbix trapper)

# OS information (structured), see agent's internal system.uname for details
# See uname(1) for details.
UserParameter=os.release,uname -r
UserParameter=os.all,uname -a
UserParameter=os.platf,uname -m
UserParameter=os.arch,uname -p
UserParameter=os.impl,uname -s
UserParameter=os.version,uname -v