Prometheus Monitoring Server: Difference between revisions

From WilliamsNet Wiki
Jump to navigation Jump to search
(Created page with "'''Prometheus''' is an open source monitoring, querying and alerting tool. Originally built by Soundcloud in 2012, the feature-rich tool has been adopted by several companies...")
 
mNo edit summary
 
Line 2: Line 2:


The above referenced article, [https://www.linuxtechi.com/install-prometheus-monitoring-tool-centos-8-rhel-8/ How to Install Prometheus on CentOS 8 / RHEL 8] provides instructions for a basic prometheus server and system monitoring (node_exporter) capability.  These instructions were followed to get the server functional on [[Lamppost]], and the node_exporter tool installed on the development kubernetes cluster.
The above referenced article, [https://www.linuxtechi.com/install-prometheus-monitoring-tool-centos-8-rhel-8/ How to Install Prometheus on CentOS 8 / RHEL 8] provides instructions for a basic prometheus server and system monitoring (node_exporter) capability.  These instructions were followed to get the server functional on [[Lamppost]], and the node_exporter tool installed on the development kubernetes cluster.
-----
References:

Latest revision as of 19:28, 12 January 2020

Prometheus is an open source monitoring, querying and alerting tool. Originally built by Soundcloud in 2012, the feature-rich tool has been adopted by several companies to monitor their IT infrastructure and ensure all systems are running smoothly. Prometheus allows you to query and pull time-series metrics such as CPU & memory utilization over HTTP protocol and visualize them on real-time graphs. You can also configure Prometheus to push alerts in the event of a node or service downtime and integrate it with other third-party monitoring tools such as Grafana for enhanced data visualization.<ref>How to Install Prometheus on CentOS 8 / RHEL 8</ref>

The above referenced article, How to Install Prometheus on CentOS 8 / RHEL 8 provides instructions for a basic prometheus server and system monitoring (node_exporter) capability. These instructions were followed to get the server functional on Lamppost, and the node_exporter tool installed on the development kubernetes cluster.


References: