-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_settings.yaml
25 lines (25 loc) · 974 Bytes
/
example_settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# rename this to "settings.yaml" and fill in the values
debug: false
dayToRunBoth: 8 #day of each month to run both printer finder and printer page counter.
snmpv1_community: public
SuppressSnmpErrors: true #only set to false if you want to see the errors. will ruin the csv output.
snmpv1_community: public
DateFilenameOffset: -5 #if x days before the 1st, date it for next month
subnets: #for findpriners.sh - subnets to search for priners in. will be used if debug is false.
- 10.0.0.0/24
- 192.168.1.0/24
- 192.168.2.0/24
knownprinters: #if debug is false this is ignored
- 10.1.1.2
- 10.1.1.3
- 10.1.2.3
- 192.168.1.1
bashCommands: #custom commands at beginning and ending of each script
- StartBashCounter: | #multiline command
echo "Starting BashCounter"
echo "Counter is running"
- EndBashCounter: 'echo "--"' #single line command
- StartBashFinder: ''
- EndBashFinder: ''
- StartBashScheduler: ''
- EndBashScheduler: ''