Last active
May 17, 2018 15:33
-
-
Save ollyg/9807620b674045dc508c1d97543c1dd0 to your computer and use it in GitHub Desktop.
slower arp and mac polling, more workers
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
# the default is hourly | |
schedule: | |
macwalk: | |
when: '20 8,14,21 * * *' | |
arpwalk: | |
when: '50 8,14,21 * * *' | |
# the default is 50 minutes | |
jobs_stale_after: '6 hours' | |
# the default is 2 x number of CPU cores | |
workers: | |
tasks: 'AUTO * 4' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment