From 2244c18c41449ee27a0d32524463beb3a416d6ca Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 15 Jan 2020 16:33:44 +0100 Subject: Added table of content --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- cgit v1.2.3