conf/os.conf
author Tomas Zeman <tomas.zeman@upc.cz>
Tue, 11 Dec 2018 14:40:00 +0100
changeset 38 1eada2e65e7a
parent 18 01a815c167f5
permissions -rw-r--r--
procstat rusage monitoring

# 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