aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2020-01-15 16:33:44 +0100
committerJulien Dessaux2020-01-15 16:35:15 +0100
commit2244c18c41449ee27a0d32524463beb3a416d6ca (patch)
tree0bd1ea9c3d38b2491c1e7b91f96b453c8300fefe
parentDocument the spool file format (diff)
downloadbareos-zabbix-check-2244c18c41449ee27a0d32524463beb3a416d6ca.tar.gz
bareos-zabbix-check-2244c18c41449ee27a0d32524463beb3a416d6ca.tar.bz2
bareos-zabbix-check-2244c18c41449ee27a0d32524463beb3a416d6ca.zip
Added table of content
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 67e142f..6d4c478 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,15 @@ This repository contains code for a go program that can inspect a bareos status
This program was born from a need to query the status of the backups from the client machine and report it in zabbix at my workplace. Being a zabbix check it must exit with a code 0 even when reporting errors, be warned if you intend to use it with something else than zabbix. Changing this behaviour to suit your needs should not be hard at all though.
+## Contents
+
+- [Dependencies](#dependencies)
+- [Building](#building)
+- [Usage](#usage)
+- [Output](#output)
+- [Spool file](#spool-file)
+- [Limitations](#limitations)
+
## Dependencies
go is required. Only go version >= 1.13.5 on linux amd64 has been tested.