Skip to content

platform9/pf9-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pf9-watcher

pf9-watcher is python utility to monitor the status of your KVM hypervisors. If pf9-watcher detects that a host is in the down state, it will evacuate all guest servers from that host

Installation

git clone https://github.com/platform9/pf9-watcher.git
pip install ./pf9-watcher

Running Watcher

Create configuration file

cd pf9-watcher/pf9watcher
vi watcher_config.ini

watcher_config.ini

[keystone]
endpoint = https://<Controller FQDN>/keystone/v2.0
username = <username>
password = <password>
project_id = service
region = <region>

[watcher]
logfile = watcher.log

Run watcher service

python ./watcher.py -c watcher_config.ini

Releases

No releases published

Packages

No packages published

Languages