Skip to content

Installation

George Pantazis edited this page Jun 27, 2017 · 5 revisions

Setup cacti-go-tools

Using the installer

You will need to download the binary for your os, make it executable and install the config and binary.

Example

chmod +x cacti-go-tools
./cacti-go-tools install config
./cacti-go-tools install binary
chmod +x /usr/bin/cacti-go-tools

Manual Installation

You will need to copy the binary to your path of choice (in the examples we assume it is in /usr/bin), make it executable and copy the configuration file cacti-go-tools.json in /etc/cacti-go-tools/ .

Example:

mkdir /etc/cacti-go-tools
cp cacti-go-tools.json /etc/cacti-go-tools/
cp cacti-go-tools /usr/bin;chmod +x /usr/bin/cacti-go-tools
mkdir /etc/cacti-go-tools
cp cacti-go-tools.json /etc/cacti-go-tools/
Clone this wiki locally