| Both sides previous revision Previous revision Next revision | Previous revision |
| monitoring [2022/08/26 22:33] – [Agent spool example/ piggyback] admin | monitoring [2024/11/09 13:09] (current) – [monitoring] admin |
|---|
| * https://downdetector.ru/ | * https://downdetector.ru/ |
| * https://downdetector.com/ | * https://downdetector.com/ |
| | <WRAP left tip 60%> |
| | https://sensu.io/ - посмотреть |
| | </WRAP> |
| | <WRAP clear/> |
| |
| ====== CheckMK ====== | |
| Monitoring software sucsessor of nagios - start in docker | |
| |
| | |
| | ===== Monitoring metrics ===== |
| | * Victoria Metrics, Mimir, Thanos https://habr.com/ru/companies/slurm/news/741948/ |
| | |
| | ====== CheckMK ====== |
| | Monitoring software sucsessor of nagios - start in docker https://gist.github.com/tttest25/eedede9aab0d33e17b3f8623dec25b49 \\ |
| Info ''http://localhost:8080/ cmkadmin -e.................9'' | Info ''http://localhost:8080/ cmkadmin -e.................9'' |
| |
| |
| ==== LiveStatus ==== | ==== LiveStatus ==== |
| | Get unixtime - <https://www.unixtimestamp.com/> |
| * Live status get statehist columns and description | * Live status get statehist columns and description |
| ''OMD[cmk]:~$ lq "GET columns\nOutputFormat: json"| jq -r '.[]| select(.[2]=="statehist")|join("|")' | grep time'' | ''OMD[cmk]:~$ lq "GET columns\nOutputFormat: json"| jq -r '.[]| select(.[2]=="statehist")|join("|")' | grep time'' |
| * get gistory of state of service in period | * get gistory of state of service in period |
| ''OMD[cmk]:~$ lq "GET statehist\nColumns: host_name service_description state from until\nFilter: time >= 1661123454\nFilter: time < 1661127106\nFilter: host_name = docker01_host\nFilter: service_description = Memory\nOutputFormat: json"'' | ''OMD[cmk]:~$ lq "GET statehist\nColumns: host_name service_description state from until\nFilter: time >= 1661123454\nFilter: time < 1661127106\nFilter: host_name = docker01_host\nFilter: service_description = Memory\nOutputFormat: json"'' |
| | |
| | * get data for access matrix |
| | ''lq "GET statehist\nColumns: host_name service_description state from until\nFilter: time >= 1661123454\nFilter: time < 1661127106\nFilter: host_name = docker01_host\nOutputFormat: json"'' |
| |
| |