Code Monkey home page Code Monkey logo

archlinuxarm's Introduction

ArchLinuxARM

3 Monitorix

I use monitorix

3.1 Installation

As non-root user, install monitorix

yaourt -S monitorix --noconfirm --needed

3.2 Configuration

Log as root, enable the default buildt-in lightweight webserver and change the port

nano /etc/monitorix/monitorix.conf
----
title = Kiska Router
hostname = Kiska
....
<httpd_builtin>
        enabled = y
        host =
        port = 8113
....
<graph_enable>
....
        raspberrypi = y
....

Start the service and check the journal by issuing

systemctl start monitorix
systemctl status monitorix

If everythink looks good

systemctl enable monitorix

View the system stats via a webbrowser at IP:8113/monitorix. When running for the first time Monitroix, several minutes are necessary for the data collected to be displayed graphically.

3.3 Using tmpfs to store RRD databases

Install anyting-sync-daemon to reduce read/write on the sd card

yaourt -S anything-sync-daemon --noconfirm

Configure anything-sync-daemon:

nano -w /etc/asd.conf
-----
WHATTOSYNC=('/var/lib/monitorix') 

Start the service and check the journal by issuing

systemctl start asd
systemctl status asd

If everythink looks good

systemctl enable asd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.