blob: c09b62dd3830724eda6f285fa113d07eb9f452e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Default args: print to stdout every 60 seconds, forever
SCAPHANDRE_ARGS=stdout --step 60 --timeout 0
# Prometheus example - be sure to change the default port
#SCAPHANDRE_ARGS=prometheus --port=8080
# When using network scraping, consider
# $ systemctl edit scaphandre
#IPAddressAllow=2.3.4.5
#IPAddressDeny=any
# If desired, limit the source hosts for incoming connections
SCAPHANDRE_IP_ALLOW=any
|