Skip to content

Instantly share code, notes, and snippets.

View BobBurns's full-sized avatar

Bob Burns BobBurns

  • Santa Cruz, CA
View GitHub Profile
@BobBurns
BobBurns / prom-serve.go
Created February 23, 2021 19:25
prometheus-disk-usage-exporter
package main
import (
"fmt"
"log"
"os/exec"
"bufio"
"strings"
"strconv"
@BobBurns
BobBurns / check-zpool.go
Created May 28, 2021 15:11
prometheus zpool check freebsd
package main
import (
"fmt"
"log"
"os/exec"
"bufio"
"strings"
"net/http"
"time"