masakari-monitors/etc/masakarimonitors/processmonitor.conf.sample
Kengo Takahara 9ded32356c Add processmonitor
Implement code of processmonitor.

Change-Id: Ib4c2f5738cc6073f22215aaa892e8023536a9164
2016-11-07 05:01:38 +00:00

14 lines
290 B
Plaintext
Executable File

PROCESS_CHECK_INTERVAL=5
PROCESS_REBOOT_RETRY=3
REBOOT_INTERVAL=5
MASAKARI_API_SEND_TIMEOUT=10
MASAKARI_API_SEND_RETRY=12
MASAKARI_API_SEND_DELAY=10
LOG_LEVEL="debug"
DOMAIN="Default"
PROJECT="demo"
ADMIN_USER="admin"
ADMIN_PASS="admin"
AUTH_URL="http://127.0.0.1:5000/"
REGION="RegionOne"