The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

sdd - Shutdown Daemon

SYNOPSIS

  sdd [-config <config file>] 

DESCRIPTION

Monitors varios system status and decides whether to shutdown the host or not.

OPTIONS

--log_file <Str>

Log file path. Default: /var/log/sdd.log

--log_level [DEBUG|INFO|WARN|ERROR]

The log level to be used. Default: INFO

--sleep_before_run <Int>

Number of seconds to sleep before starting the monitors. Default: 3600

--loop_sleep <Int>

Number of seconds to sleep between each check. Default: 60

--config

Custom configuration. Default is in YAML format at

  /etc/sdd.conf
--help or -h

Print a simple help message letting you know how to use get_sap_files and then exit. If you are reading this, --help will probably not help you much further.

--verbose or -v

Be verbose - print log output to screen too.

--test

Run in test mode (don't actually shutdown)

--version

Print out the version and exit

COPYRIGHT

Copyright 2011, Robin Clarke

AUTHOR

Robin Clarke <perl@robinclarke.net>