Skip to content

Commit

Permalink
add prometheus-rules interface (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavpaice authored and johnsca committed Jan 29, 2018
1 parent 70e29c1 commit 17f02f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -230,6 +230,7 @@ List of Interface Layers
| [pgsql](https://git.launchpad.net/interface-pgsql) | pgsql | Postgresql database client interface |
| [platformmaster](https://launchpad.net/~ibmcharmers/interface-ibm-platformmaster/trunk) | platformmaster | This interface layer handles the communication between Platform Master (like IBM Platform LSF, IBM Spectrum Symphony) and Platform Server/Nodes. |
| [prometheus](https://git.launchpad.net/interface-prometheus) | prometheus | Prometheus target interface |
| [prometheus-rules](https://github.com/CanonicalBootStack/interface-prometheus-rules.git) | prometheus-rules | Prometheus alerting rules target interface |
| [public-address](https://github.com/juju-solutions/interface-public-address) | public-address | Simple relation that provides the providers public-address and a port |
| [rabbitmq](https://github.com/openstack/charm-interface-rabbitmq) | rabbitmq | RabbitMQ AMQP interface |
| [redis](https://github.com/omnivector-solutions/interface-redis) | redis | Interface for relating to redis |
Expand Down
6 changes: 6 additions & 0 deletions interfaces/prometheus-rules.json
@@ -0,0 +1,6 @@
{
"id": "prometheusi-rules",
"name": "prometheus-rules",
"repo": "https://github.com/CanonicalBootStack/interface-prometheus-rules.git",
"summary": "Relation Stub to export Prometheus alerting rules"
}

0 comments on commit 17f02f3

Please sign in to comment.