Skip to content

Commit

Permalink
Update readme and try to fix Actions release versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Håvard O. Nordstrand committed Jun 18, 2020
1 parent 4481340 commit 02aaba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: hon95/prometheus-nut-exporter
tags: "stable"
tag_semver: true
tag_with_ref: true
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Prometheus NUT Exporter

![Rust](https://github.com/HON95/prometheus-nut-exporter/workflows/CI/badge.svg?branch=master)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/HON95/prometheus-nut-exporter?label=Version)](https://github.com/HON95/prometheus-nut-exporter/releases)
[![Rust](https://github.com/HON95/prometheus-nut-exporter/workflows/CI/badge.svg?branch=master)](https://github.com/HON95/prometheus-nut-exporter/actions?query=workflow%3ACI)
[![Docker Pulls](https://img.shields.io/docker/pulls/hon95/prometheus-nut-exporter?label=Docker%20Hub)](https://hub.docker.com/repository/docker/hon95/prometheus-nut-exporter)

A Prometheus exporter for uninterruptable power supplies (UPSes) using Network UPS Tools (NUT).

## Usage

### NUT

Set up NUT in server mode and make sure the port (3493 by default) is accessible.
Set up NUT in server mode and make sure the TCP port (3493 by default) is accessible.

### Docker

Expand Down

0 comments on commit 02aaba8

Please sign in to comment.