Metrics type in Prometheus

From the perspective of storage, all monitoring indicators are the same, but there are some subtle differences in these metric s in different scenarios. For example, the indicator node_load1 in the sample returned by Node Exporter reflects the current system load status, and the sample data returned by this indicator is constantly changing as ...

Posted by mk_silence on Sun, 01 Jan 2023 14:17:59 +0300

Monitoring MySQL using Nagios

Installing Nagios Nagios is a monitoring system that monitors system operation status and network information. Nagios can monitor the specified local or remote hosts and services, and provide exception notification functions Nagios can run on Linux/Unix platform and provide an optional browser based WEB interface to facilitate system managers ...

Posted by tbaink2000 on Thu, 19 May 2022 15:40:08 +0300

Create cloud native large-scale distributed monitoring system: Kvass+Thanos monitoring super large-scale container cluster

summary Follow the previous article Thanos deployment and Practice More than half a year after its release, with the development of technology, this series has ushered in another update. This paper will introduce how to combine Kvass and Thanos to better realize the monitoring in the scenario of large-scale container cluster. Isn't Thanos enoug ...

Posted by cretaceous on Tue, 03 May 2022 09:25:30 +0300

Prometheus complete deployment scheme + actual combat examples

Prometheus introduction is a set of open source system monitoring and alarm framework. As a new generation of cloud native monitoring system, Prometheus has the following advantages over traditional monitoring systems (Nagios or Zabbix) Manageability: the core part of Prometheus only has a separate binary file, which can work directly locally a ...

Posted by TechXpert on Sun, 24 Apr 2022 23:30:46 +0300

journactl log view command - getting better

--Author: Flying little fat pig --Created on: February 27, 2021 content Journalctl is systemd that manages the startup logs of all units (services) in a unified manner. You can view all logs through one command of journalctl. All users are granted access to each of their private user logs. However, by default, only root and users belonging to a ...

Posted by benphelps on Thu, 14 Apr 2022 10:51:41 +0300