conf/solaris.conf
author Tomas Zeman <tzeman@volny.cz>
Fri, 07 Sep 2012 11:14:29 +0200
changeset 19 08238959d9fc
parent 2 954185277fd8
permissions -rw-r--r--
scripts/domain-check by Matty (http://www.cyberciti.biz/files/scripts/domain-check-2.txt)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
954185277fd8 solaris, zfs checks
"Tomas Zeman <tzeman@volny.cz>"
parents:
diff changeset
     1
# Solaris specific checks
954185277fd8 solaris, zfs checks
"Tomas Zeman <tzeman@volny.cz>"
parents:
diff changeset
     2
954185277fd8 solaris, zfs checks
"Tomas Zeman <tzeman@volny.cz>"
parents:
diff changeset
     3
# smf(5) monitoring:
954185277fd8 solaris, zfs checks
"Tomas Zeman <tzeman@volny.cz>"
parents:
diff changeset
     4
# Returns service status of $1, see svcs(1), should be 'online'
954185277fd8 solaris, zfs checks
"Tomas Zeman <tzeman@volny.cz>"
parents:
diff changeset
     5
UserParameter=smf.service.state[*],svcs -H -o state $1
954185277fd8 solaris, zfs checks
"Tomas Zeman <tzeman@volny.cz>"
parents:
diff changeset
     6