Go to file
Radar231 8b37a08cd5 updated current monitorix version 2022-12-31 23:28:39 -05:00
README.md initial checkin 2021-11-11 08:58:26 -05:00
monitorix.yml updated current monitorix version 2022-12-31 23:28:39 -05:00

README.md

monitorix playbook

Introduction

This is the top level playbook for the 'monitorix' role, and will install monitorix on the target host.

The role requires that the 'monitorix_pkg" variable be set

This variable will hold the name of the desired package to install from https://www.monitorix.org.

This playbook can be run using the following command line;

ansible-playbook -i <inventory file | IP,> -e "monitorix_pkg=<pkg_name>" monitorix.yml

ie,
ansible-playbook -i 192.168.0.101, -e "monitorix_pkg=monitorix_3.13.1-izzy3_all.deb" monitorix.yml