This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modules: | |
ups_apc: | |
walk: | |
- 1.3.6.1.2.1.33.1.2 | |
- 1.3.6.1.2.1.33.1.3 | |
- 1.3.6.1.2.1.33.1.4 | |
- 1.3.6.1.2.1.33.1.6 | |
- 1.3.6.1.2.1.33.1.7 | |
- 1.3.6.1.2.1.33.1.8 | |
- 1.3.6.1.4.1.318.1.1.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP snmp_scrape_duration_seconds Total SNMP time scrape took (walk and processing). | |
# TYPE snmp_scrape_duration_seconds gauge | |
snmp_scrape_duration_seconds{module="ups_apc"} 3.536498993 | |
# HELP snmp_scrape_packets_retried Packets retried for get, bulkget, and walk. | |
# TYPE snmp_scrape_packets_retried gauge | |
snmp_scrape_packets_retried{module="ups_apc"} 0 | |
# HELP snmp_scrape_packets_sent Packets sent for get, bulkget, and walk; including retries. | |
# TYPE snmp_scrape_packets_sent gauge | |
snmp_scrape_packets_sent{module="ups_apc"} 271 | |
# HELP snmp_scrape_pdus_returned PDUs returned from get, bulkget, and walk. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# shellcheck disable=SC1091 | |
# Ignore warning about `local` being undefinded in POSIX | |
# shellcheck disable=SC3043 | |
# https://github.com/koalaman/shellcheck/wiki/SC3043#exceptions | |
# PADD | |
# A more advanced version of the chronometer provided with Pihole |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### Remember to launch it without offset using '-xoff 0 -yoff 0' | |
#!/usr/bin/env sh | |
# shellcheck disable=SC1091 | |
# Ignore warning about `local` being undefinded in POSIX | |
# shellcheck disable=SC3043 | |
# https://github.com/koalaman/shellcheck/wiki/SC3043#exceptions | |
# PADD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# shellcheck disable=SC1091 | |
# Ignore warning about `local` being undefinded in POSIX | |
# shellcheck disable=SC3043 | |
# https://github.com/koalaman/shellcheck/wiki/SC3043#exceptions | |
# PADD | |
# A more advanced version of the chronometer provided with Pihole |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# shellcheck disable=SC1091 | |
# PADD | |
# A more advanced version of the chronometer provided with Pihole | |
# SETS LOCALE | |
# Issue 5: https://github.com/jpmck/PADD/issues/5 | |
# Updated to en_US to support | |
# export LC_ALL=en_US.UTF-8 > /dev/null 2>&1 || export LC_ALL=en_GB.UTF-8 > /dev/null 2>&1 || export LC_ALL=C.UTF-8 > /dev/null 2>&1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# shellcheck disable=SC1091 | |
# PADD | |
# A more advanced version of the chronometer provided with Pihole | |
# SETS LOCALE | |
# Issue 5: https://github.com/jpmck/PADD/issues/5 | |
# Updated to en_US to support | |
# export LC_ALL=en_US.UTF-8 > /dev/null 2>&1 || export LC_ALL=en_GB.UTF-8 > /dev/null 2>&1 || export LC_ALL=C.UTF-8 > /dev/null 2>&1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#!/usr/bin/env bash | |
# shellcheck disable=SC1091 | |
# PADD | |
# A more advanced version of the chronometer provided with Pihole | |
# SETS LOCALE | |
# Issue 5: https://github.com/jpmck/PADD/issues/5 | |
# Updated to en_US to support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# shellcheck disable=SC2034 | |
# shellcheck disable=SC1091 | |
# shellcheck disable=SC2154 | |
# PADD | |
# | |
# A more advanced version of the chronometer provided with Pihole | |
# SETS LOCALE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# shellcheck disable=SC2034 | |
# shellcheck disable=SC1091 | |
# shellcheck disable=SC2154 | |
# PADD | |
# | |
# A more advanced version of the chronometer provided with Pihole | |
# SETS LOCALE |
NewerOlder