conf/os.conf
author Eric Renfro <psi-jack@gmail.com>
Fri, 28 Jun 2013 13:27:07 -0400
changeset 23 5d95402f2a3a
parent 18 01a815c167f5
permissions -rw-r--r--
Adjusted zabbix key item to be parameterized instead of the whole key.

# 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