# charm-watcher **Repository Path**: mirrors_openstack/charm-watcher ## Basic Information - **Project Name**: charm-watcher - **Description**: Juju Charm - Watcher. Mirror of code maintained at opendev.org. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Watcher Source Charm This repository is for the reactive, layered, [Watcher](https://wiki.openstack.org/wiki/Watcher) _source_ charm. Please see the src/README.md for details on the built Watcher charm and how to use it. ## Building the charm To build the charm run the following command in the root of the repository: ```bash $ tox -e build ``` The resultant built charm will be in the builds directory.