conf/os.conf
author Chris Jones <chris@sysadminchris.com>
Mon, 14 Jan 2013 17:18:11 -0500
changeset 21 14a903cf9505
parent 18 01a815c167f5
permissions -rw-r--r--
Added ie and us support. Cleaned up awk and cut commands not being called from variables.

# 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