Difference between revisions of "Systemctl status prometheus"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
CGroup: /system.slice/prometheus.service | CGroup: /system.slice/prometheus.service | ||
└─27437 /usr/bin/prometheus | └─27437 /usr/bin/prometheus | ||
+ | |||
+ | |||
+ | prometheus.service - Monitoring system and time series database | ||
+ | Loaded: loaded (/lib/systemd/system/prometheus.service; enabled; vendor preset: enabled) | ||
+ | Active: active (running) since Sat 2023-12-09 17:32:58 UTC; 47s ago | ||
+ | Docs: https://prometheus.io/docs/introduction/overview/ | ||
+ | Main PID: 11668 (prometheus) | ||
+ | Tasks: 7 (limit: 1150) | ||
+ | CGroup: [[/system.slice/prometheus.service]] | ||
+ | └─11668 /usr/bin/prometheus | ||
+ | |||
+ | Dec 09 17:32:58 HOST prometheus[11668]: level=info ts=2023-12-09T17:32:58.515560922Z caller=main.go:218 | ||
+ | Dec 09 17:32:58 HOST prometheus[11668]: level=info ts=2023-12-09T17:32:58.516254282Z caller=main.go:219 | ||
+ | Dec 09 17:32:58 HOST prometheus[11668]: level=info ts=2023-12-09T17:32:58.516429112Z caller=main.go:220 | ||
+ | |||
== Related terms == | == Related terms == | ||
* <code>[[systemctl status]]</code> | * <code>[[systemctl status]]</code> | ||
+ | * <code>[[systemctl stop prometheus]]</code> | ||
* [[9090]] | * [[9090]] | ||
== See also == | == See also == | ||
+ | * {{prometheus.yml}} | ||
* {{Prometheus}} | * {{Prometheus}} | ||
+ | |||
+ | [[Category:Prometheus]] |
Latest revision as of 17:35, 9 December 2023
systemctl status prometheus
● prometheus.service - Monitoring system and time series database Loaded: loaded (/lib/systemd/system/prometheus.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2020-07-14 13:51:51 +04; 26s ago Docs: https://prometheus.io/docs/introduction/overview/ Main PID: 2976464 (prometheus) Tasks: 74 (limit: 618668) Memory: 66.0M CGroup: /system.slice/prometheus.service └─2976464 /usr/bin/prometheus
● prometheus.service - Monitoring system and time series database Loaded: loaded (/lib/systemd/system/prometheus.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2022-09-25 16:22:34 UTC; 1min 58s ago Docs: https://prometheus.io/docs/introduction/overview/ Main PID: 27437 (prometheus) Tasks: 7 (limit: 1151) CGroup: /system.slice/prometheus.service └─27437 /usr/bin/prometheus
prometheus.service - Monitoring system and time series database Loaded: loaded (/lib/systemd/system/prometheus.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2023-12-09 17:32:58 UTC; 47s ago Docs: https://prometheus.io/docs/introduction/overview/ Main PID: 11668 (prometheus) Tasks: 7 (limit: 1150) CGroup: /system.slice/prometheus.service └─11668 /usr/bin/prometheus
Dec 09 17:32:58 HOST prometheus[11668]: level=info ts=2023-12-09T17:32:58.515560922Z caller=main.go:218 Dec 09 17:32:58 HOST prometheus[11668]: level=info ts=2023-12-09T17:32:58.516254282Z caller=main.go:219 Dec 09 17:32:58 HOST prometheus[11668]: level=info ts=2023-12-09T17:32:58.516429112Z caller=main.go:220
Related terms[edit]
See also[edit]
prometheus.yml, /etc/default/prometheus, prometheus.args, job_name:, targets:, Prometheus service discovery
- Prometheus: Prometheus installation,
9090
, storage, Prometheus exporters: Node exporter9100
, Blackbox exporter, Prometheus alertmanager (changelog), Prometheus versions, Prometheus Node exporter releases,promtool
,amtool, tsdb
,/etc/default/prometheus, /etc/prometheus/prometheus.yml, journalctl -u prometheus
,/etc/default/prometheus-node-exporter
, PromQL,alert:
, Prometheus Operator, Thanos, VictoriaMetrics, PushGateway, Prometheus API,values.yml
, Amazon Managed Service for Prometheus
Advertising: