I hereby claim:
- I am hydrian on github.
- I am hydrian (https://keybase.io/hydrian) on keybase.
- I have a public key ASBzYWtzdmvYPxkJCv7B-Zlx_SCONXKVr2_G_aVhdTOd1Ao
To claim this, I am signing this object:
### NFS Exports | |
mnt/docker/tygerclan/audiobookshelf/config | |
ruadan.mgmt.tygerclan.lan(sync,wdelay,nohide,no_subtree_check,sec=sys,rw,secure,no_root_squash,no_all_squash) | |
/mnt/docker/tygerclan/audiobookshelf/metadata | |
ruadan.mgmt.tygerclan.lan(sync,wdelay,nohide,no_subtree_check,sec=sys,rw,secure,no_root_squash,no_all_squash) | |
/mnt/docker/tygerclan/audiobookshelf/podcasts | |
ruadan.mgmt.tygerclan.lan(sync,wdelay,nohide,no_subtree_check,sec=sys,rw,secure,no_root_squash,no_all_squash) | |
/mnt/docker <world>(sync,wdelay,nohide,no_subtree_check,sec=sys,rw,secure,root_squash,no_all_squash) |
#!/usr/bin/env bash | |
############## | |
### Config ### | |
############## | |
DOCKER_CONTAINER_NAMES=( | |
"CONTAINER NAME" | |
"CONTAINER NAME2" | |
) |
object CheckCommand "disk_sudo" { | |
import "plugin-check-command" | |
import "disk" | |
command = [ "/usr/bin/sudo", "/usr/lib/nagios/plugins/check_disk" ] | |
timeout = 1m | |
arguments += { | |
"-A" = { | |
description = "Explicitly select all paths. This is equivalent to -R .*" | |
set_if = "$disk_all$" |
true |
#!/bin/bash | |
ORIG_CERT_FILE="${1}" | |
if [ ! -e "${ORIG_CERT_FILE}" ] ; then | |
echo "${ORIG_CERT_FILE} filename does not exist" 1>&2 | |
exit 2 | |
fi | |
ORIG_CERT_DIR=$(dirname $(realpath "$ORIG_CERT_FILE")) | |
CERT_SUBJECT="$(openssl x509 -in "${ORIG_CERT_FILE}" -noout -subject)" |
I hereby claim:
To claim this, I am signing this object: