Skip to content

Instantly share code, notes, and snippets.

@burner1024
Last active February 9, 2016 17:20
Show Gist options
  • Save burner1024/ce53e553f42ecf7a7353 to your computer and use it in GitHub Desktop.
Save burner1024/ce53e553f42ecf7a7353 to your computer and use it in GitHub Desktop.
Dell system temperature item for Zabbix using SuperDoctor5
@echo off
for /F "tokens=5" %%a in ('"C:\Program Files\SuperMicro\SuperDoctor5\sdc.bat" ^| findstr /r System ^| findstr /r Temp') do (
echo %%a
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment