https://github.com/platform9/pf9-watcher
pf9 ha-lite solution
https://github.com/platform9/pf9-watcher
openstack-escrow
Last synced: 21 days ago
JSON representation
pf9 ha-lite solution
- Host: GitHub
- URL: https://github.com/platform9/pf9-watcher
- Owner: platform9
- License: apache-2.0
- Created: 2016-12-07T22:08:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-28T09:30:57.000Z (6 months ago)
- Last Synced: 2025-08-28T16:30:28.229Z (6 months ago)
- Topics: openstack-escrow
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 53
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
```bash
git clone https://github.com/platform9/pf9-watcher.git
pip install ./pf9-watcher
```
## Running Watcher
### Create configuration file
```bash
cd pf9-watcher/pf9watcher
vi watcher_config.ini
```
*watcher_config.ini*
[keystone]
endpoint = https:///keystone/v2.0
username =
password =
project_id = service
region =
[watcher]
logfile = watcher.log
### Run watcher service
```bash
python ./watcher.py -c watcher_config.ini
```