Portál AbcLinuxu, 13. července 2025 16:28
#!/bin/sh
case $1 in
config)
cat <<'EOM'
graph_title teplota_hdd
graph_vlabel teplota_hdd
teplota_hdd.label C
EOM
exit 0;;
esac
echo -n "teplota_hdd.value "; hddtemp -n /dev/hda
#!/bin/sh
case $1 in
config)
cat <<'EOM'
graph_title teplota_hdd
graph_vlabel teplota_hdd
teplota_hdd.label C
EOM
exit 0;;
esac
echo -n "teplota_hdd.value "; hddtemp -n /dev/hda
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.