Server monitoring using Munin system Centos

Munin is a very simple narzędzniem for Server Monitoring.
It gathers us a nice server statistics.
Its installation is also simple banal below the description of the installation in a few steps.

Add the repository and the key to the system and let us do the update for.

yum -y install epel-release
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
yum -y update

Install httpd server

yum install httpd

Run it on your system

systemctl enable httpd
systemctl start httpd

Installation and commissioning munin

yum -y install munin munin-node
systemctl enable munin-node
systemctl start munin-node

The next step is to edit the configuration file

nano /etc/munin/munin.conf

We change our host server:

[...]
# a simple host tree
[node.serwerweb.pl]
    address 94.130.246.172
    use_node_name yes
[...]

The final step is password protect it:

htpasswd /etc/munin/munin-htpasswd admin

we give the password.

That's all. Sign in is at:
Ipsserver / Munin /
be hostname.pl/munin/

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu