python监控服务器cpu温度实例_监控HP服务器CPU温度的脚本

news/2024/11/23 16:32:01/

监控HP服务器CPU温度的脚本:

#!/bin/bash

Name=`hostname`

IP=`/sbin/ifconfig eth0 | grep "inet addr" | awk -F[:" "]+ '{print $4}'`

Date=`date +%m%d%y`

Date2=`date +%H:%M`

Num=`/usr/sbin/dmidecode | grep -i 'serial number' | head -n 1`

CPU1=`/sbin/hpasmcli -s "show temp" | grep CPU#2 | awk -F[:" "]+ '{print $3}' | cut -b 1-2`

CPU2=`/sbin/hpasmcli -s "show temp" | grep CPU#3 | awk -F[:" "]+ '{print $3}' | cut -b 1-2`

CPU3=60

if [ $(echo "$CPU1 > $CPU3" | bc) -eq 1 ] || [ $(echo "$CPU2 > $CPU3" | bc) -eq 1 ]

then

/usr/bin/touch /log/CPU/hot.log

/bin/echo "$Name($IP) CPU1 is $CPU1 C and CPU2 is $CPU2 C at $Date2" > /log/CPU/hot.log

/usr/bin/mail -s "$Name($IP) Load is $Load" zhi.yang@ming.com < /log/Load/$Date.log

fi

本文转自linux博客51CTO博客,原文链接http://blog.51cto.com/yangzhiming/1701323如需转载请自行联系原作者

yangzhimingg


http://www.ppmy.cn/news/765111.html

相关文章

linux 温度控制软件,linux下的cpu温度监控软件 lm-sensors

linux下的cpu温度监控软件 lm-sensors 发布时间:2008-09-05 00:27:46来源:红联作者:PCHCO 现在购买主机板时都会有厂商提供的监控软体可以使用&#xff0c;而最常使用到到功能像温度监控&#xff0c;系统状态等等&#xff0c;但是这些软体都只能在windows下使用&#xff0c;所以…

Zabbix5系列-监控Windows主机 (三)-CPU温度监控

一、参考 参考另一篇博文配置Windows代理程序 Zabbix5系列-监控Windows主机 (三) 二、监控CPU温度 2.1 由于Windows无法直接读取温度信息&#xff0c;所以用C#写了个脚本调用OpenHardwareMonitor库来进行温度读取 编译好的程序&#xff1a;CPU温度读取程序 源代码&#xff1…

linux上监控cpu温度,Linux怎样监控CPU温度?

安装测试系统&#xff1a; 硬件&#xff1a;普通PC机&#xff0c; 软件&#xff1a;redhat linux as 4 2。6 。9 , 安装系统自带的lm_sensors-2。8。7-2。i386 你也可以从[url]http://www。edgedesign。us/about/lm_sensors[/url]下载 这个软件可以在linux下收集到系统温度。 然…

conky 增加cpu温度监控

先安装 sensors 然后修改conky配置 use_xft yes xftfont WenQuanYi Zen Hei:pixelsize12 xftalpha 0.1 update_interval 1 total_run_times 0own_window yes own_window_type normal own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip…

服务器cpu温度高日志记录位置,服务器CPU温度高

服务器CPU温度高 内容精选 换一换 实例即云耀云服务器&#xff0c;是由CPU、内存、操作系统、云硬盘组成的基础的计算组件。云耀云服务器创建成功后&#xff0c;您就可以像使用自己的本地PC或物理服务器一样&#xff0c;在云上使用云耀云服务器&#xff0c;打造一个高效、可靠、…

linux实时监测cpu温度,Linux 监控CPU 温度

安装测试系统: 硬件:普通PC机, 软件:redhat linux as 4 2.6 .9 , 安装系统自带的lm_sensors-2.8.7-2.i386 这个软件可以在linux下收集到系统温度。然后我用cacti显示。 由于是系统自带的。所以我在安装系统的时候就已经安装好的。所以如果你找不到的话。可以在系统盘上找,…

linux系统cpu温度监控,怎么看cpu温度-ZABBIX监控Linux主机CPU温度

Linux主机安装Im_sensors [rootlocalhost ~]# yum install -y lm-sensors [rootlocalhost ~]# sensors-detect 选项全部选择yes&#xff0c;然后重启zabbix-agent服务或者主机。 2、Im_sensors查看显示结果(由于这里是使用虚机&#xff0c;所以温度显示有问题) [rootlocalhost …

云服务器温控系统,服务器cpu温度监控软件

服务器cpu温度监控软件 内容精选 换一换 主机监控分为基础监控、操作系统监控、进程监控。基础监控&#xff1a;ECS/BMS自动上报的监控指标。操作系统监控&#xff1a;通过在ECS或BMS中安装Agent插件&#xff0c;为用户提供服务器的系统级、主动式、细颗粒度监控服务。进程监控…