Console utilities¶
Monitor API service¶
It provides API for managing backup and monitoring settings.
Command:
aos-monitor-api
systemd service name:
aos-monitor-api.service
Name | Description | Default value |
---|---|---|
--host |
IP-address on which the service will run. | 0.0.0.0 |
--port |
Port on which the service will run. | 9363 |
--certfile |
SSL certificate file path for a secure connection. | |
--keyfile |
SSL certificate private key path for a secure connection. | |
--debug |
Argument allows to launch service in DEBUG mode. |
False |
--logfile |
Log file path. | /var/log/aos/monitor/monitor-api.log . |
Events monitoring¶
The utility allows to track events of Nova and AccentOS modules and keep the information in monitor
database tables up to date.
Command:
aos-monitor-listener
systemd service name:
aos-monitor-listener.service
Name | Description | Default value |
---|---|---|
--debug |
Argument allows to launch service in DEBUG mode. |
False |
--logfile |
Log file path. | /var/log/aos/monitor/listener.log |