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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
01a815c167f5 conf/os.conf: uname(1) information
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
# OS information (structured), see agent's internal system.uname for details
01a815c167f5 conf/os.conf: uname(1) information
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
# See uname(1) for details.
01a815c167f5 conf/os.conf: uname(1) information
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
UserParameter=os.release,uname -r
01a815c167f5 conf/os.conf: uname(1) information
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
UserParameter=os.all,uname -a
01a815c167f5 conf/os.conf: uname(1) information
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
UserParameter=os.platf,uname -m
01a815c167f5 conf/os.conf: uname(1) information
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
UserParameter=os.arch,uname -p
01a815c167f5 conf/os.conf: uname(1) information
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
UserParameter=os.impl,uname -s
01a815c167f5 conf/os.conf: uname(1) information
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
UserParameter=os.version,uname -v