I want to install open-source software on my hosted CentOS 7 server to monitor the system in general, as well as logs, apache webserver, MySQL and PostgreSQL to begin with. I know there are a multitude of packages available and would be interested in hearing if others have a favorite package? My preference is for a graphical interface where it is easy to follow a variety of load measures but also provides alerts etc. Suggestions appreciated!
Il 2021-07-10 20:10 H ha scritto:> I want to install open-source software on my hosted CentOS 7 server to > monitor the system in general, as well as logs, apache webserver, > MySQL and PostgreSQL to begin with. > > I know there are a multitude of packages available and would be > interested in hearing if others have a favorite package? My preference > is for a graphical interface where it is easy to follow a variety of > load measures but also provides alerts etc.You can try netdata [1] for monitoring single hosts or Zabbix [2] for network monitoring. [1] https://www.netdata.cloud/ [2] https://www.zabbix.com/ -- Danti Gionatan Supporto Tecnico Assyoma S.r.l. - www.assyoma.it email: g.danti at assyoma.it - info at assyoma.it GPG public key ID: FF5F32A8
On 10.07.21 20:10, H wrote:> I want to install open-source software on my hosted CentOS 7 server to monitor the system in general, as well as logs, apache webserver, MySQL and PostgreSQL to begin with.that would be net-snmp.> > I know there are a multitude of packages available and would be interested in hearing if others have a favorite package? My preference is for a graphical interface where it is easy to follow a variety of load measures but also provides alerts etc. > > Suggestions appreciated!Vizualization is the task of the monitoring system. There are a ton of these systems, but my favourite for small and medium environments is Zabbix.> _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centosMit freundlichen Gr??en, -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schlei?heimer Stra?e 26/MG,80333 M?nchen Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein
El s?b, 10 jul 2021 a las 14:10, H (<agents at meddatainc.com>) escribi?:> I want to install open-source software on my hosted CentOS 7 server to > monitor the system in general, as well as logs, apache webserver, MySQL and > PostgreSQL to begin with. > > I know there are a multitude of packages available and would be interested > in hearing if others have a favorite package? My preference is for a > graphical interface where it is easy to follow a variety of load measures > but also provides alerts etc. > > Suggestions appreciated! > >You can to try with prometheus and grafana. Dashboards are beautiful and flexible, prometheus and grafana support alerts for different receiver : telegram, gmail , etc -- Raphael Verdugo P. BOFH
Le 10/07/2021 ? 20:10, H a ?crit?:> I want to install open-source software on my hosted CentOS 7 server to monitor the system in general, as well as logs, apache webserver, MySQL and PostgreSQL to begin with. > > I know there are a multitude of packages available and would be interested in hearing if others have a favorite package? My preference is for a graphical interface where it is easy to follow a variety of load measures but also provides alerts etc.I'm using Icinga2 to monitor my servers. Works perfectly, but has a bit of a learning curve. -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site : https://www.microlinux.fr Blog : https://blog.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 Mob. : 06 51 80 12 12
On Sat, Jul 10, 2021 at 2:10 PM H <agents at meddatainc.com> wrote:> > I want to install open-source software on my hosted CentOS 7 server to monitor the system in general, as well as logs, apache webserver, MySQL and PostgreSQL to begin with. > > I know there are a multitude of packages available and would be interested in hearing if others have a favorite package? My preference is for a graphical interface where it is easy to follow a variety of load measures but also provides alerts etc. > > Suggestions appreciated! >Do you want to run this monitoring system in your centos 7 box or in a separate one? Do you want to monitor by processing logs or dropping an agent in the box? Do you want to customize thresholds for warning or will take the defaults? Do you want something you use the web interface to install and configure or something you can deploy using ansible/whatever? Stuff like zabbix, ELK, and checkmk really want to have their own server/container and then get info from the hosts being monitored.> _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos