{"id":1214,"date":"2024-10-30T16:37:16","date_gmt":"2024-10-30T08:37:16","guid":{"rendered":"https:\/\/www.jchj.top\/?p=1214"},"modified":"2025-11-03T09:59:46","modified_gmt":"2025-11-03T01:59:46","slug":"prometheusgrafana%e5%ae%89%e8%a3%85","status":"publish","type":"post","link":"https:\/\/www.jchj.top\/?p=1214","title":{"rendered":"Prometheus+grafana\u5b89\u88c5"},"content":{"rendered":"\n<p><strong>1\u3001<\/strong><strong>\u90e8\u7f72prometheus\u76d1\u63a7\u5e73\u53f0<\/strong><strong><\/strong><\/p>\n\n\n\n<p>\u5b89\u88c5\u90e8\u7f72prometheus\u670d\u52a1\u76d1\u63a7\u7aef<\/p>\n\n\n\n<p>\u76d1\u63a7\u4e00\u4e2a\u8fdc\u7aef\u673a\u5668\uff08linux\/windows<\/p>\n\n\n\n<p>\u76d1\u63a7\u4e00\u4e2a\u670d\u52a1\uff1amysql<\/p>\n\n\n\n<p>\u90e8\u7f72prometheus\u670d\u52a1\u76d1\u63a7\u7aef<\/p>\n\n\n\n<p># \u4e0b\u8f7dprometheus \u4e3b\u7a0b\u5e8f\u5305:<\/p>\n\n\n\n<p>\u5b98\u7f51\uff1ahttps:\/\/prometheus.io\/<\/p>\n\n\n\n<p>Wget\u00a0https:\/\/github.com\/prometheus\/prometheus\/releases\/download\/v2.22.0\/prometheus-2.22.0.linux-amd64.tar.g<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1187\" height=\"487\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u72471.png\" alt=\"\" class=\"wp-image-1215\"\/><\/figure>\n\n\n\n<p>#\u89e3\u538b\u7f29\u6587\u4ef6\uff1a<\/p>\n\n\n\n<p>tar xzvf prometheus-2.22.0.linux-amd64.tar.gz&nbsp;-C&nbsp;\/opt\/<\/p>\n\n\n\n<p>cd \/usr\/local\/prometheus-2.22.0.linux-amd64\/<\/p>\n\n\n\n<p>#\u91cd\u547d\u540d<\/p>\n\n\n\n<p>[root@localhost opt]# mv prometheus-2.22.0.linux-amd64\/ prometheus<\/p>\n\n\n\n<p>#\u542f\u52a8prometheus<\/p>\n\n\n\n<p>.\/prometheus &#8211;config.file=prometheus.yml &#8211;web.max-connections=512 &#8211;web.read-timeout=5m &#8211;storage.tsdb.path=\/apps\/softwares\/data\/ &#8211;query.max-concurrency=20 &#8211;query.timeout=2m &amp;<\/p>\n\n\n\n<p>\u4e5f\u53ef\u914d\u7f6esystemd\u670d\u52a1 \u7528systemctl\u6765\u7ba1\u7406prometheus<\/p>\n\n\n\n<p>[root@localhost \/]#vim \/usr\/lib\/systemd\/system\/prometheus.service<\/p>\n\n\n\n<p>[Unit]<\/p>\n\n\n\n<p>Description=Prometheus Server<\/p>\n\n\n\n<p>[Service]<\/p>\n\n\n\n<p>Type=simple<\/p>\n\n\n\n<p>User=root<\/p>\n\n\n\n<p>Restart=on-failure<\/p>\n\n\n\n<p>TimeoutStopSec=10<\/p>\n\n\n\n<p>RestartSec=5<\/p>\n\n\n\n<p>ExecStart=\/opt\/prometheus\/prometheus \\<\/p>\n\n\n\n<p>&#8211;config.file=\/opt\/prometheus\/prometheus.yml \\<\/p>\n\n\n\n<p>&#8211;storage.tsdb.path=\/opt\/prometheus\/data\/ \\<\/p>\n\n\n\n<p>&#8211;storage.tsdb.retention=60d \\<\/p>\n\n\n\n<p>&#8211;web.enable-lifecycle<\/p>\n\n\n\n<p>[Install]<\/p>\n\n\n\n<p>WantedBy=multi-user.target<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1131\" height=\"364\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u72472.png\" alt=\"\" class=\"wp-image-1216\"\/><\/figure>\n\n\n\n<p>\u914d\u7f6e\u5b8c\u540e \u542f\u52a8<\/p>\n\n\n\n<p>[root@localhost \/]# systemctl daemon-reload<\/p>\n\n\n\n<p>[root@localhost \/]# systemctl start prometheus.service<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1192\" height=\"459\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u72473.png\" alt=\"\" class=\"wp-image-1217\"\/><\/figure>\n\n\n\n<p>#\u5982\u679c\u5f00\u542f\u4e86\u9632\u706b\u5899(\u672a\u5f00\u542f\u8bf7\u5ffd\u7565)\uff0c\u8bf7\u6dfb\u52a0\u9632\u706b\u5899\u7b56\u7565\uff1a<\/p>\n\n\n\n<p>firewall-cmd &#8211;zone=public &#8211;add-port=9090\/tcp &#8211;permanent<\/p>\n\n\n\n<p>firewall-cmd &#8211;reload<\/p>\n\n\n\n<p>\u67e5\u770bweb\u754c\u9762\u662f\u5426\u6b63\u5e38<\/p>\n\n\n\n<p><a href=\"http:\/\/10.0.1.105:9090\/\"><u>http:\/\/10.0.1.105:9090\/<\/u><\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1901\" height=\"657\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u72474.png\" alt=\"\" class=\"wp-image-1218\"\/><\/figure>\n\n\n\n<p>\u76d1\u63a7\u6307\u6807\uff1a<\/p>\n\n\n\n<p>http:\/\/10.0.1.105:9090\/metrics<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1904\" height=\"980\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u72475.png\" alt=\"\" class=\"wp-image-1219\"\/><\/figure>\n\n\n\n<p>\u5728\u6d4f\u89c8\u5668\u4e2d\u8f93\u5165http:\/\/\u670d\u52a1\u5668IP\u6216\u8005\u57df\u540d<br>:9090\/metrics<br>\u67e5\u770b\u76d1\u63a7\u6570\u636e\uff0c\u901a\u8fc7\u8fd9\u4e2a<br>URL\u6211\u4eec\u53ef\u4ee5\u77e5\u9053<br>prometheus<br>\u628a\u76d1\u63a7\u7684\u6570\u636e\u90fd\u7edf\u4e00\u5b58\u653e\u5728\u4e00\u8d77<br>,<br>\u751f\u6210\u4e86\u4e00\u4e2a<br>web\u9875\u9762\uff0c\u7528\u6237\u901a\u8fc7<br>web<br>\u9875\u9762\u67e5\u770b\u76f8\u5173\u7684\u6570\u636e\uff0c<br>prometheus<br>\u663e\u793a\u540c\u6837\u4e5f\u63d0\u4f9b\u4e86\u56fe\u8868\uff0c\u901a\u8fc7\u70b9\u51fb<br>Graph<br>\u53ef\u4ee5\u663e\u793a\u5230\u4e0b\u5217\u56fe\u8868\uff0c\u5728\u641c\u7d22\u680f\u4e2d\u8f93\u5165\u5173\u952e\u5b57\u53ef\u4ee5\u5339\u914d\u51fa\u4f60\u60f3\u770b\u7684\u76d1\u63a7\u9879\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1901\" height=\"985\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u72476.png\" alt=\"\" class=\"wp-image-1220\"\/><\/figure>\n\n\n\n<p>process_cpu_seconds_total\u6307\u6807\u663e\u793aCPU\u4f7f\u7528\u72b6\u6001\u8868\uff0c\u70b9\u51fb\u4e0bExecute\uff08\u6267\u884c\uff09\u70b9\u51fb\u4e0bGraph\uff08\u89c6\u56fe\uff09\u6309\u94ae\uff0c\u663e\u793a\u5f53\u524dCPU\u4f7f\u7528\u72b6\u6001\u56fe\u6807(\u9ed8\u8ba4\u5728console\u6309\u94ae\u9875\u9762)\u3002<\/p>\n\n\n\n<p><strong>2\u3001<\/strong><strong>\u76d1\u63a7\u4e00\u4e2a\u8fdc\u7aef<\/strong><strong>linux\u4e3b\u673a<\/strong><strong><\/strong><\/p>\n\n\n\n<p>#\u8fdc\u7aef\u4e3b\u673a\u76d1\u63a7\u63d2\u4ef6(\u7c7b\u4f3c\u4e8ezabbix-agent): \u53ef\u76f4\u63a5\u4e0b\u8f7d\u4e5f\u53ef\u4ee5\u53bb\u5b98\u7f51\u8fdb\u884c\u4e0b\u8f7d:https:\/\/www.prometheus.io\/download\/<\/p>\n\n\n\n<p>curl -LO <a href=\"https:\/\/github.com\/prometheus\/node_exporter\/releases\/download\/v0.18.1\/node_exporter-0.18.1.linux-amd64.tar.gz\"><u>https:\/\/github.com\/prometheus\/node_exporter\/releases\/download\/v0.18.1\/node_exporter-0.18.1.linux-amd64.tar.gz<\/u><\/a><\/p>\n\n\n\n<p>\u6216\u76f4\u63a5\u53bbhttps:\/\/github.com\/prometheus\/node_exporter\/releases\/download\u7f51\u7ad9\u4e0b\u8f7d<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1827\" height=\"980\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u72477.png\" alt=\"\" class=\"wp-image-1221\"\/><\/figure>\n\n\n\n<p>#\u8fdb\u884c\u89e3\u538b\u7f29<\/p>\n\n\n\n<p>[root@localhost ~]# tar xzvf node_exporter-1.8.2.linux-amd64.tar.gz -C \/opt\/<\/p>\n\n\n\n<p>[root@localhost ~]# cd \/opt\/node_exporter-1.8.2.linux-amd64\/<\/p>\n\n\n\n<p>#\u542f\u52a8\u76d1\u63a7\u7ec4\u4ef6\uff08\u4e22\u5230\u540e\u53f0\u8fd0\u884c\uff09<\/p>\n\n\n\n<p>[root@localhost opt]# nohup \/opt\/node_exporter-1.8.2.linux-amd64\/node_exporter &amp;<\/p>\n\n\n\n<p>#\u67e5\u770b\u7ec4\u4ef6\u7aef\u53e3:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"391\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u72478.png\" alt=\"\" class=\"wp-image-1222\"\/><\/figure>\n\n\n\n<p>#\u5982\u679c\u5f00\u542f\u4e86\u9632\u706b\u5899(\u5982\u672a\u5f00\u542f\u8bf7\u5ffd\u7565)\uff0c\u8bf7\u6dfb\u52a0\u9632\u706b\u5899\u7b56\u7565\uff1a<\/p>\n\n\n\n<p>firewall-cmd &#8211;zone=public &#8211;add-port=9100\/tcp &#8211;permanent<\/p>\n\n\n\n<p>firewall-cmd &#8211;reload<\/p>\n\n\n\n<p>#\u9a8c\u8bc1 &nbsp;http:\/\/\u88ab\u76d1\u63a7\u4e3b\u673a\u540d\u79f0:9100\/metrics<\/p>\n\n\n\n<p><a href=\"http:\/\/10.0.1.85:9100\/metrics\"><u>http:\/\/<\/u><u>10.0.1.85<\/u><u>:9100\/metrics<\/u><\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1221\" height=\"500\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u72479.png\" alt=\"\" class=\"wp-image-1223\"\/><\/figure>\n\n\n\n<p>\/\/\u4fee\u6539\u914d\u7f6e\u6587\u4ef6\uff0c\u6700\u540e\u52a0\u4e0a\u8fd9\u4e09\u884c\uff0c\u53d6\u4e00\u4e2ajob\u540d\u79f0\u6765\u4ee3\u8868\u88ab\u76d1\u63a7\u7684\u673a\u5668<\/p>\n\n\n\n<p>[root@localhost prometheus]# vim prometheus.yml &nbsp;<\/p>\n\n\n\n<p>&#8211; job_name: \u2018\u884c\u653f\u865a\u62df\u673a\u2019&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;static_configs:<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8211; targets: [\u201810.0.1.85:9100\u2019]\/\/\u8fd9\u91cc\u6539\u6210\u88ab\u76d1\u63a7\u673a\u5668\u7684IP\uff0c\u540e\u9762\u7aef\u53e3\u63a59100,\u6ce8\u610fyml\u811a\u672c\u4e2d<strong>\u4e0d\u80fd\u51fa\u73b0\u7a7a\u683c\u9700\u8981\u5bf9\u9f50\u3002<\/strong><strong><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1354\" height=\"832\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724710.png\" alt=\"\" class=\"wp-image-1224\"\/><\/figure>\n\n\n\n<p>\/\/\u6740\u6389\u8fdb\u7a0b<\/p>\n\n\n\n<p>[root@localhost prometheus]# ps -ef | grep prometheus<\/p>\n\n\n\n<p>[root@localhost prometheus]# kill -9 11651<\/p>\n\n\n\n<p>[root@localhost prometheus]# ps -ef | grep prometheus<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1344\" height=\"144\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724711.png\" alt=\"\" class=\"wp-image-1225\"\/><\/figure>\n\n\n\n<p>\/\/\u91cd\u542f\u670d\u52a1<\/p>\n\n\n\n<p>[root@localhost \/]# systemctl restart prometheus.service<\/p>\n\n\n\n<p>[root@localhost \/]# ss -tnl<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1241\" height=\"169\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724712.png\" alt=\"\" class=\"wp-image-1226\"\/><\/figure>\n\n\n\n<p>\u56de\u5230web\u7ba1\u7406\u754c\u9762 &#8211;\u300b\u70b9Status &#8211;\u300b\u70b9Targets &#8211;\u300b\u53ef\u4ee5\u770b\u5230\u591a\u4e86\u4e00\u53f0\u76d1\u63a7\u76ee\u6807<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1900\" height=\"640\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724713.png\" alt=\"\" class=\"wp-image-1227\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u76d1\u63a7\u4e00\u4e2a\u670d\u52a1\uff1amysql <\/strong><\/li>\n<\/ul>\n\n\n\n<p>\u76d1\u63a7mysql\u9700\u8981\u4e24\u4e2a\u6761\u4ef6\uff0c\u4e00\u662f\u7cfb\u7edf\u4e2d\u6709mysql\uff0c\u53e6\u4e00\u4e2a\u662f\u8981\u6709\u76d1\u63a7\u63d2\u4ef6\uff0c\u73b0\u5728\u76d1\u63a7\u63d2\u4ef6\u5df2\u7ecf\u4e0b\u8f7d\u597d\u4e86\uff0c\u6240\u4ee5\u9700\u8981\u5148\u5b89\u88c5mysql\uff0c\u7136\u540e\u8fdb\u884c\u76f8\u5e94\u7684\u6388\u6743\uff0c\u8ba9\u63d2\u4ef6\u53ef\u4ee5\u83b7\u53d6\u5230\u6240\u9700\u8981\u7684\u4fe1\u606f\uff0c\u7136\u540e\u518d\u8bbe\u7f6e\u76f8\u5173\u63d2\u4ef6\uff0c\u4e14\u5df2\u7ecf\u542f\u52a8mysql\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1207\" height=\"386\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724714.png\" alt=\"\" class=\"wp-image-1228\"\/><\/figure>\n\n\n\n<p>\u90e8\u7f72\u76d1\u63a7\u63d2\u4ef6<\/p>\n\n\n\n<p>[root@localhost ~]# tar -xzvf mysqld_exporter-0.15.0.linux-amd64.tar.gz -C \/opt<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"932\" height=\"184\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724715.png\" alt=\"\" class=\"wp-image-1229\"\/><\/figure>\n\n\n\n<p>[root@localhost \/]# vim \/opt\/mysqld_exporter-0.15.0.linux-amd64\/.my.cnf&nbsp;(\u521b\u5efa.my.cnf\u6587\u4ef6\uff09<\/p>\n\n\n\n<p>[root@localhost \/]# ls -la \/opt\/mysqld_exporter-0.15.0.linux-amd64\/&nbsp;(\u67e5\u770b\u521b\u5efa\u7684.my.cnf\u6587\u4ef6)<\/p>\n\n\n\n<p>[root@localhost \/]# cat \/opt\/mysqld_exporter-0.15.0.linux-amd64\/.my.cnf<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1166\" height=\"112\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724716.png\" alt=\"\" class=\"wp-image-1230\"\/><\/figure>\n\n\n\n<p>\u542f\u52a8&#8211;\u4e22\u4e0e\u540e\u53f0\u8fd0\u884c<\/p>\n\n\n\n<p>[root@localhost \/]# nohup \/opt\/mysqld_exporter-0.15.0.linux-amd64\/mysqld_exporter &#8211;config.my-cnf=\/opt\/mysqld_exporter-0.15.0.linux-amd64\/.my.cnf &amp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1224\" height=\"207\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724717.png\" alt=\"\" class=\"wp-image-1231\"\/><\/figure>\n\n\n\n<p>[root@localhost \/]# netstat -tanp<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1042\" height=\"229\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724718.png\" alt=\"\" class=\"wp-image-1232\"\/><\/figure>\n\n\n\n<p>\u6ce8\uff1a\u4e5f\u53ef\u914d\u7f6esystemd\u670d\u52a1 \u7528systemctl\u6765\u7ba1\u7406mysqld_exporte\u2026(\u53ef\u4f9d\u4ee5\u4e0a\u914d\u7f6esystemd\u670d\u52a1\u6d4b\u8bd5)<\/p>\n\n\n\n<p>\u5728prometheus\u4e3b\u914d\u7f6e\u6587\u4ef6\u4e2d\u6dfb\u52a0\u76d1\u63a7<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>job_name: &#8216;jchj_mysql&#8217;<br>static_configs:<\/li>\n\n\n\n<li>targets: [&#8216;gnode29:9104&#8217;]<\/li>\n<\/ul>\n\n\n\n<p>\u91cd\u542fprometheus\u670d\u52a1<br>[root@localhost ~]# systemctl restart prometheus.service<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1179\" height=\"769\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724719.png\" alt=\"\" class=\"wp-image-1233\"\/><\/figure>\n\n\n\n<p>\u901a\u8fc7\u6d4f\u89c8\u5668\u76f4\u63a5\u8bbf\u95ee,prometheus\u9875\u9762<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1857\" height=\"827\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724720.png\" alt=\"\" class=\"wp-image-1234\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u76d1\u63a7\u8fdc\u7aef\u673a\u5668\uff08windows\uff09<\/strong><\/li>\n<\/ul>\n\n\n\n<p>\u4ece\u5b98\u65b9\u7f51\u7ad9\u8fdb\u884c\u4e0b\u8f7dwindow_node_exporter\uff0c<\/p>\n\n\n\n<p><a href=\"https:\/\/gitcode.com\/gh_mirrors\/wi\/windows_exporter\/releases?utm_source=csdn_github_accelerator&amp;isLogin=1\"><u>windows_exporter:Prometheus exporter for Windows machines &#8211; GitCode<\/u><\/a><\/p>\n\n\n\n<p>windows_exporter-0.26.0-amd64<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1415\" height=\"287\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724721.png\" alt=\"\" class=\"wp-image-1235\"\/><\/figure>\n\n\n\n<p>\u4e0b\u8f7d\u5b8c\u6210\u540e\uff0c\u53cc\u51fb\u5373\u53ef\u5b8c\u6210\u8fd0\u884c\uff0c\u4f46\u662f\u8fd9\u79cd\u65b9\u5f0f\u9700\u8981\u5c06\u5e94\u7528\u4e00\u76f4\u653e\u7f6e\u5728\u524d\u53f0\u8fd0\u884c\uff0c\u4e3a\u4e86\u4ee5\u540e\u7684\u7ba1\u7406\uff0c\u53ef\u4ee5\u5c06\u5e94\u7528\u6ce8\u518c\u4e3a\u670d\u52a1\u9879<br>\u6253\u5f00CMD\u547d\u4ee4\uff0c\u6587\u4ef6\u62d6\u62fd\u8fdb\u53bb\u56de\u8f66\u8fd0\u884c<br>C:\\Users\\Administrator&gt;C:\\Users\\Administrator\\Desktop\\windows_exporter-0.26.0-amd64.msi<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"941\" height=\"192\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724722.png\" alt=\"\" class=\"wp-image-1236\"\/><\/figure>\n\n\n\n<p>\u542f\u52a8\u5b8c\u6210\u76d1\u63a7\u7aef\u53e3\u4e3a3696<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"981\" height=\"521\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724723.png\" alt=\"\" class=\"wp-image-1237\"\/><\/figure>\n\n\n\n<p>\u4e5f\u53ef\u6253\u5f00windows_exporter\u670d\u52a1\uff0c\u4f7f\u7528\u9f20\u6807\u53f3\u51fb\u70b9\u51fb\u5c5e\u6027\u6309\u94ae\uff0c\u5728\u542f\u52a8\u53c2\u6570\u4e2d\u6dfb\u52a0\u2013telemetry.addr=0.0.0.0:9182\uff0c\u66f4\u6539\u7aef\u53e3\uff0c\u91cd\u542f\u670d\u52a1\u5b8c\u6210\u3002<\/p>\n\n\n\n<p>\u5728prometheus\u4e3b\u914d\u7f6e\u6587\u4ef6\u4e2d\u6dfb\u52a0\u76d1\u63a7\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>job_name: &#8216;jchj_windows&#8217;<br>static_configs:<\/li>\n\n\n\n<li>targets: [&#8216;10.0.20.6:9182&#8217;]<br>\u6ce8\uff1a\u5982\u6709\u9632\u706b\u5899\uff0c\u90fd\u9700\u8981\u653e\u884c\u7aef\u53e3\u548c\u5730\u5740<\/li>\n<\/ul>\n\n\n\n<p>\u9a8c\u8bc1\u6d4b\u8bd5\uff0c\u901a\u8fc7\u6d4f\u89c8\u5668\u76f4\u63a5\u8bbf\u95ee,prometheus\u9875\u9762\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1821\" height=\"941\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724724.png\" alt=\"\" class=\"wp-image-1238\"\/><\/figure>\n\n\n\n<p>5\u3001prometheus Grafana\u6570\u636e\u5c55\u793a\u53ca\u544a\u8b66<\/p>\n\n\n\n<p>grafana\u5b89\u88c5<br>\u8f6f\u4ef6\u5305\u83b7\u5f97<br>\u5b98\u65b9\u7f51\u7ad9: grafana:https:\/\/grafana.com\/<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1714\" height=\"964\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724725.png\" alt=\"\" class=\"wp-image-1239\"\/><\/figure>\n\n\n\n<p>\u8f6f\u4ef6\u5305\u5b89\u88c5\u3002<br>[root@localhost ~]# yum install -y https:\/\/dl.grafana.com\/enterprise\/release\/grafana-enterprise-11.2.0-1.x86_64.rpm<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1274\" height=\"757\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724726.png\" alt=\"\" class=\"wp-image-1240\"\/><\/figure>\n\n\n\n<p>[root@localhost ~]# systemctl start grafana-server.service<br>[root@localhost ~]# systemctl status grafana-server.service<br>[root@localhost ~]# systemctl enable grafana-server.service<br>[root@localhost ~]# ss -tnl<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1272\" height=\"580\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724727.png\" alt=\"\" class=\"wp-image-1241\"\/><\/figure>\n\n\n\n<p>grafana\u542f\u52a8\u6210\u529f\u540e\uff0c\u53ef\u4ee5\u901a\u8fc7\u9875\u9762\u8bbf\u95ee\u5230grafana\u9875\u9762<br>http:\/\/10.0.1.105:3000<br>\u8981\u6c42\u8f93\u5165\u8d26\u53f7\u5bc6\u7801\uff1a admin\/admin\uff08\u9ed8\u8ba4\uff09<br>\u7531\u4e8e\u662f\u7b2c\u4e00\u6b21\u767b\u5f55\uff0c\u4e3a\u4e86\u5b89\u5168\u8981\u6c42\u5fc5\u987b\u66f4\u6539\u5bc6\u7801\u540e\u624d\u80fd\u767b\u5f55\uff1b<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1904\" height=\"819\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724728.png\" alt=\"\" class=\"wp-image-1242\"\/><\/figure>\n\n\n\n<p>grafana\u9875\u9762\u8bbe\u7f6e-\u6dfb\u52a0prometheus\u6570\u636e\u6e90<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1890\" height=\"944\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724729.png\" alt=\"\" class=\"wp-image-1243\"\/><\/figure>\n\n\n\n<p>\u8fdb\u5165\u9996\u9875\u540e\uff1b\u5219\u51fa\u73b0\u4ee5\u4e0b\u9875\u9762\uff0c\u9009\u62e9complete Add your first data source<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1892\" height=\"985\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724730.png\" alt=\"\" class=\"wp-image-1244\"\/><\/figure>\n\n\n\n<p>\u6309\u7167\u9875\u9762\u8981\u6c42\u586b\u5165\u5bf9\u5e94\u4fe1\u606f\u5373\u53ef\uff0c\u4e00\u822c\u9519\u8bef\u90fd\u662f\u56e0\u4e3a\u8f93\u5165\u9519\u8bef\u9020\u6210\u7684\u3002\u70b9\u51fbSave &amp; Test\u540e\u4fdd\u5b58\u6210\u529f<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1759\" height=\"986\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724731.png\" alt=\"\" class=\"wp-image-1245\"\/><\/figure>\n\n\n\n<p>\u901a\u8fc7\u5de6\u4fa7\u5bfc\u822a\u680f\u4e2d\u7684\u9f7f\u8f6e\u56fe\u6807\u4e0b\u62c9\u83dc\u5355\u4e2d\u7684Data Source\u770b\u5230\u521a\u624d\u6dfb\u52a0\u7684\u6570\u636e\u6e90\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1894\" height=\"989\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724732.png\" alt=\"\" class=\"wp-image-1246\"\/><\/figure>\n\n\n\n<p>\u7ed8\u5236\u56fe\u5f62\uff0c\u6dfb\u52a0\u4eea\u8868\u76d8\u5b89\u88c5\u7ba1\u7406<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1900\" height=\"987\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724733.png\" alt=\"\" class=\"wp-image-1247\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1757\" height=\"947\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724734.png\" alt=\"\" class=\"wp-image-1248\"\/><\/figure>\n\n\n\n<p>\u9009\u62e9\u5bfc\u5165\u4eea\u8868\u677f\uff08\u8fd9\u91cc\u6211\u53ea\u7528\u7684\u662f9276\u6a21\u7248\uff09<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1766\" height=\"987\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724735.png\" alt=\"\" class=\"wp-image-1249\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1561\" height=\"949\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724736.png\" alt=\"\" class=\"wp-image-1250\"\/><\/figure>\n\n\n\n<p>\u5bfc\u5165\u6210\u529f\u540e\uff1a\u8fdb\u5165\u9996\u9875\u9009\u62e9\u521a\u5bfc\u5165\u7684\u4eea\u8868\u7248\uff0c\u53ef\u4ee5\u770b\u5230\u6570\u636e\u663e\u793a\u51fa\u6765\u4e86&nbsp;<br>\u5173\u4e8e\u6a21\u7248\uff1a\u8fd9\u91cc\u6211\u4eec\u4e5f\u53ef\u4ee5\u53bb\u5b98\u7f51\u4e0b\u8f7d\u6a21\u7248<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1546\" height=\"987\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724737.png\" alt=\"\" class=\"wp-image-1251\"\/><\/figure>\n\n\n\n<p>\u641c\u7d22\u5bf9\u5e94\u7684\u6a21\u7248\uff0c\u590d\u5236\u6a21\u7248ID\u76f4\u63a5\u5bfc\u5165\u5373\u53ef\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1715\" height=\"427\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724738.png\" alt=\"\" class=\"wp-image-1252\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1647\" height=\"989\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2024\/10\/\u56fe\u724739.png\" alt=\"\" class=\"wp-image-1253\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u90e8\u7f72prometheus\u76d1\u63a7\u5e73\u53f0 \u5b89\u88c5\u90e8\u7f72pr&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20,21,7,1],"tags":[],"class_list":["post-1214","post","type-post","status-publish","format-standard","hentry","category-k8s-docker","category-linux","category-7","category-1"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/posts\/1214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jchj.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1214"}],"version-history":[{"count":1,"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/posts\/1214\/revisions"}],"predecessor-version":[{"id":1254,"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/posts\/1214\/revisions\/1254"}],"wp:attachment":[{"href":"https:\/\/www.jchj.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jchj.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1214"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jchj.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}