prometheus-exporter

CPU 시스템 시간별로 프로세스 나열
prometheus-exporter

CPU 시스템 시간별로 프로세스 나열

나는노드 내보내기내 서버에서 실행 중계기반system내 CPU 시간의 대부분(+40%)이 비정상 모드 에서 소비된 것으로 나타났습니다 . CPU 시스템 시간별로 정렬된 프로세스를 나열하는 방법은 무엇입니까? ...

Admin

프로그래밍 방식으로 "valid_lft" 인터페이스 가져오기
prometheus-exporter

프로그래밍 방식으로 "valid_lft" 인터페이스 가져오기

valid_lftiproute2는 남은 DHCP 임대 시간에 해당하는 인터페이스를 반환할 수 있습니다 . 아래의 잘린 예제 출력을 참조하세요. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 ... 2: enp0s1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default ...

Admin

Prometheus는 원격 내보내기 도구에 액세스할 수 없습니다.
prometheus-exporter

Prometheus는 원격 내보내기 도구에 액세스할 수 없습니다.

Prometheus를 모니터링 계층으로 사용하고 Avahi를 DNS 서비스로 사용하여 IoT 네트워크를 설정하려고 합니다. 내 로컬 호스트에 Prometheus 추적 노드 내보내기가 있지만 다른 호스트의 노드 내보내기 또는 prometheus-mqtt-exporter에 액세스할 수 없습니다. 실행하면 메시지가 표시됩니다 prometheus.log.level=debug msg="Scrape failed" err="Get \"http://raspberrypi.local:9100/metrics\": dia...

Admin

systemctl을 사용하여 Prometheus 또는 Blackbox 내보내기를 실행할 수 없습니다.
prometheus-exporter

systemctl을 사용하여 Prometheus 또는 Blackbox 내보내기를 실행할 수 없습니다.

다음 지침에 따라 Prometheus Blackbox Importer를 설치했습니다.https://devconnected.com/how-to-install-and-configure-blackbox-exporter-for-prometheus/ 명령줄에서 블랙박스 내보내기를 시작하면 정상적으로 작동합니다. /usr/local/bin/blackbox_exporter --config.file=/etc/blackbox/blackbox.yml --web.listen-address=":9115" level=inf...

Admin

Prometheus의 시스템화된 서비스 생성
prometheus-exporter

Prometheus의 시스템화된 서비스 생성

오라클 리눅스 8 systemd에서 prometheus를 시작하려고 하는데 status=203/EXEC오류가 발생합니다. 명령을 복사/붙여넣기하면 /etc/systemd/system/prometheus.service오류 없이 실행됩니다. prometheus 사용자(로그인하지 않음) 및 그룹이 존재합니다. 이 내 꺼야프로메테우스.서비스: [Unit] Description=Prometheus Documentation=https://prometheus.io/docs/introduction/overview/...

Admin

jq 출력을 쉼표로 구분된 문자열로 연결합니다.
prometheus-exporter

jq 출력을 쉼표로 구분된 문자열로 연결합니다.

이 출력이 있고 이를 프로메테우스와 유사한 형식으로 변환하고 싶습니다.황금빛 봄. cat /tmp/wp-plugin.txt | jq .[] { "name": "akismet", "status": "active", "update": "none", "version": "5.0" } { "name": "performance-lab", "status": "active", "update": "none", "version": "1.4.0" } 내 목표는 JQ CLI 도구를 사용하...

Admin

Prometheus 디스크에 재할당된 섹터가 너무 많습니다.
prometheus-exporter

Prometheus 디스크에 재할당된 섹터가 너무 많습니다.

여러 Linux 시스템에서 Prometheus Alert Manager를 실행하고 있습니다.(https://prometheus.io/docs/alerting/latest/alertmanager/) 그 중 한 명이 신고를 하고 있어요.2개의 재할당된 섹터. 여기에서 설정 알림을 받았습니다. https://awesome-prometheus-alerts.grep.to/rules.html 1. 나의 행동 방침은 무엇입니까?SDD로 변경하시겠습니까? 2. 우선순위는 무엇입니까…주, 월? ...

Admin

경고 규칙에 "if then else" 경고 관리자(프로메테우스)를 구성합니다.
prometheus-exporter

경고 규칙에 "if then else" 경고 관리자(프로메테우스)를 구성합니다.

이제 두 가지 "경고" 및 "중요" 경고 규칙이 있습니다. 엔터티를 생성하지 않도록 어떤 방식으로든 결합할 수 있나요? - alert: Proxysql latency check expr: metric1 > 1 for: 30s labels: severity: warning instance: "{{ $labels.node_name }}" label: name-channel annotations: summary: "Info" ...

Admin

Ubuntu에서 사용한 메모리를 계산하는 방법은 무엇입니까?
prometheus-exporter

Ubuntu에서 사용한 메모리를 계산하는 방법은 무엇입니까?

방금 새로운 우분투 머신을 시작했습니다. 사용 가능한 메모리는 적당하지만 사용 가능한 메모리는 매우 작습니다. cat /proc/meminfo |more MemTotal: 2034484 kB MemFree: 703496 kB MemAvailable: 1538076 kB Buffers: 80332 kB Cached: 829408 kB Used_memory를 어떻게 계산해야 하나요? ~에 따르면https://stackoverflow....

Admin

blackbox_exporter를 시작할 수 없습니다. 종료 코드는 203/EXEC입니다.
prometheus-exporter

blackbox_exporter를 시작할 수 없습니다. 종료 코드는 203/EXEC입니다.

이 가이드에 따라 blackbox_exporter를 설치하고 설정하려고 합니다. https://devconnected.com/how-to-install-and-configure-blackbox-exporter-for-prometheus/ 나는 모든 것을 따랐으며 systemd 서비스에서 명령을 수동으로 실행하고 실행할 수 있습니다. 그러나 systemctl start blackbox.service를 실행한 다음 상태를 확인하려고 하면 종료 코드 203/EXEC와 함께 실패합니다. 다음 권한을 확...

Admin

커널 오류를 끄거나 Prometheus 노드 내보내기를 구성하여 방지하세요.
prometheus-exporter

커널 오류를 끄거나 Prometheus 노드 내보내기를 구성하여 방지하세요.

/var/log/syslog먼저 합계에서 볼 수 있는 출력을 제공하겠습니다 dmesg. [559151.898586] ACPI Error: SMBus/IPMI/GenericSerialBus write requires Buffer of length 66, found length 32 (20170831/exfield-427) [559151.911578] No Local Variables are initialized for Method [_PMM] [559151.911580] No Arguments are...

Admin