Skip to content

Instantly share code, notes, and snippets.

@nivertech
Forked from njh/hddtemp-cosm.sh
Created March 28, 2013 23:50
Show Gist options
  • Select an option

  • Save nivertech/5267763 to your computer and use it in GitHub Desktop.

Select an option

Save nivertech/5267763 to your computer and use it in GitHub Desktop.
#!/bin/sh
COSM_API_KEY="abcdefghijk"
DATASTREAM="/v2/feeds/70987/datastreams/0.csv"
hddtemp -u C -n /dev/sda | \
mosquitto_pub -d -h api.cosm.com -u "$COSM_API_KEY" -t "$DATASTREAM" -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment