Giter Club home page Giter Club logo

observium-agent's Introduction

observium-agent

The observium agent packaged for debian. Most of the files in this repo are from Observium project, specifically here. I made this to make it easier to install the Observium agent on monitored devices. It allows more information to be gathered by Observium using the included modules and even munin-plugins if munin is installed on the device.

Install dependencies

First we need xinetd:

apt-get install xinetd

Then we install the check-mk-agent package, ensure /etc/xinetd.d/check_mk exists and restart xinetd. The observium agent uses this agent to provide info to polling servers.

wget http://mathias-kettner.de/download/check-mk-agent_1.2.0p4-2_all.deb
dpkg -i check-mk-agent_1.2.0p4-2_all.deb
ls -l /etc/xinetd.d/check_mk
service xinetd restart

That will run on port 6556 so make sure you can access your monitored-device from the observium-server on that port by doing the following command:

observium-server:~$ telnet monitored-device 6556

Enable the agent on the device

This is turned off by default so you must enable it on a per device basis.

Enable the alerting module in the device settings

Install the debian package

Download the latest package section and install it using dpkg:

monitored-device:~$ wget https://www.dropbox.com/s/xg89ycqm5gurkzu/observium-agent_0.2.0-beta_all.deb
monitored-device:~$ dpkg -i observium-agent.deb
Unpacking observium-agent (from observium-agent.deb) ...
Setting up observium-agent (0.2.0-beta) ...
Linking the agent modules...
Link munin plugins for Observium<->Munin integration? [Y/n]:
Linking munin plugins folder /etc/munin/plugins...
Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.

Download locations

Damn, github disabled the downloads section...

Install manually

You could just copy the contents to your root (minus the DEBIAN folder). You could then run the postinst file like ./postinst or bash postinst which will run the install procedures.

The file locations should be the same between distros.

References

observium-agent's People

Contributors

hamstar avatar

Watchers

 avatar  avatar

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.