monitor_cli

Monitoring CLI entry point. This must be placed in its own module to avoid circular imports while automatically loading all defined check subcommands in the monitor_checks directory.

See accre.monitor for an overview of the monitoring CLI framework.

accre.monitor_cli.monitor_cli(args_list=None)[source]

CLI entry point for all monitoring commands. Run accre-monitor --help for usage.