1
# Solaris specific checks
2
3
# smf(5) monitoring:
4
# Returns service status of $1, see svcs(1), should be 'online'
5
UserParameter=smf.service.state[*],svcs -H -o state $1
6