remove job type knowledge from code into config

This commit is contained in:
Oliver Gorwits
2014-04-24 21:01:26 +01:00
parent 6eefcf648b
commit b4b5cce00a
5 changed files with 40 additions and 49 deletions

View File

@@ -187,6 +187,27 @@ dns:
# expire:
# when: '20 23 * * *'
job_types:
discoverall: Poller
discover: Poller
arpwalk: Poller
arpnip: Poller
macwalk: Poller
macsuck: Poller
nbtwalk: Poller
nbtstat: Poller
expire: Poller
location: Interactive
contact: Interactive
portcontrol: Interactive
portname: Interactive
vlan: Interactive
power: Interactive
job_type_keys:
Poller: pollers
Interactive: interactives
# ---------------
# DANCER INTERNAL
# ---------------