Naemon

Naemon is the new monitoring suite that aims to be faster and more stable, while giving you a clearer view of the state of your network.

Installation

Install naemonAUR.

Copy /etc/naemon/examples/* to /etc/naemon/conf.d/ if you want some example hosts and services to start with.

Install the plugins from monitoring-plugins as well as fping.

Web interface

Install thrukAUR, then uncomment:

/etc/naemon/naemon.cfg
broker_module=/usr/lib/naemon/naemon-livestatus/livestatus.so /var/cache/naemon/live

Thruk is a fast, modern GUI. Try out the demo[dead link 2021-05-17 ].

Apache configuration

Add the http user to the naemon group:

# usermod -aG naemon http

Load modules and include naemon-thruk.conf:

/etc/httpd/conf/httpd.conf
LoadModule rewrite_module modules/mod_rewrite.so                            
LoadModule fcgid_module modules/mod_fcgid.so 

Include conf/extra/thruk.conf

Set the thruk_user and thruk_group to naemon:

Restart and navigate to http://localhost/thruk/

The default username and password is .

gollark: It would probably have a microcontroller in it, and those typically run C.
gollark: There's probably some way to rewrite them as a bunch of equations, say, then solve those - you know the amount of X atom/ion on the left is equal to the amount on the right, and you know the amount on the left is equal to (moles of reactant A * 3 + moles of reactant B * 2) and so on.
gollark: I think what humans do is randomly guess a bit, tweak the numbers so they match better, then infer the rest when they reach something consistent.
gollark: Oh, hmm, I'm not really sure how you would do that. Did you try looking it up on the interwebs?
gollark: What specifically do you want to do?

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.