Hi All
I want to monitor the temperature of the disks via zabbix with megacli.
I'm using windows hyperv server 2008 R2
But i got an problem with findstr
is the the command
MegaCli -PDList -aALL | find "Drive Temperature"
and this is the output
Drive Temperature :36C (96.80 F)
But what i want as output is
36
Is this possible with findstr, or does anybody has another idea to achieve this
Thanks a lot
I want to monitor the temperature of the disks via zabbix with megacli.
I'm using windows hyperv server 2008 R2
But i got an problem with findstr
is the the command
MegaCli -PDList -aALL | find "Drive Temperature"
and this is the output
Drive Temperature :36C (96.80 F)
But what i want as output is
36
Is this possible with findstr, or does anybody has another idea to achieve this
Thanks a lot
Comment