Commit Graph

229 Commits

Author SHA1 Message Date
Oliver Gorwits
b58a5816a9 remove unnecessary check phases 2017-10-06 07:44:20 +01:00
Oliver Gorwits
3af13f0dfe introduce noop and refactor checks in all workers 2017-10-06 07:15:59 +01:00
Oliver Gorwits
98463c8cad no need to debug log if there are no hooks in phase 2017-10-01 10:49:12 +01:00
Oliver Gorwits
3b32e84312 fiddle about with runner logic to fix exit states 2017-10-01 08:18:13 +01:00
Oliver Gorwits
8fdba38ee0 cannot reuse a worker as the job will be already set and the wrong plugins loaded 2017-09-29 08:01:42 +01:00
Oliver Gorwits
a155d9cb77 should defer when we cannot connect to device 2017-09-29 08:01:06 +01:00
Oliver Gorwits
10b5f6cbc4 fix bug in where workerconf acls are checked 2017-09-29 08:00:32 +01:00
Oliver Gorwits
2a74e0befa can pass device instance to check_* 2017-09-29 07:58:33 +01:00
Oliver Gorwits
4256b117df move device_auth build to be with community defaults setting 2017-09-29 07:27:14 +01:00
Oliver Gorwits
a2de2c1616 Merge branch 'master' into og-coreplugins 2017-09-29 07:21:03 +01:00
Oliver Gorwits
8dc4b9bc0e #331 do not set community{_rw} defaults 2017-09-21 20:12:22 +01:00
Oliver Gorwits
65ba93acc0 #342 Job Queue Add Hostname or FQDN 2017-09-21 20:05:38 +01:00
Oliver Gorwits
5ee0206c91 #346 custom reports should allow trailing sql semicolon 2017-09-21 19:53:56 +01:00
Oliver Gorwits
32be11c3ff move remaining interactive actions to be plugins 2017-09-21 00:09:29 +01:00
Oliver Gorwits
3e41c93f5a clean snmp handling 2017-09-20 21:47:50 +01:00
Oliver Gorwits
30a2d5dd86 make sure check plugins are loaded/run before phases 2017-09-20 21:00:29 +01:00
Oliver Gorwits
3454d95a84 capture result on main phase as well 2017-09-20 20:54:15 +01:00
Oliver Gorwits
559fa4f93f build device_auth from communities 2017-09-18 22:46:35 +01:00
Oliver Gorwits
1969291719 simplify to remove phases and fewer hooks 2017-09-18 22:04:22 +01:00
Oliver Gorwits
6f78032e28 add phase to test worker 2017-09-14 21:30:03 +01:00
Oliver Gorwits
6edd2dc879 no need to list all plugins 2017-09-13 21:51:40 +01:00
Oliver Gorwits
dfaeb34d8c add reset after messing with snmp context or community index 2017-09-13 20:42:41 +01:00
Oliver Gorwits
09214dce92 no need to pass $snmp around 2017-09-13 20:29:21 +01:00
Oliver Gorwits
58cd488ccc refactor layer and pseudo checks 2017-09-13 20:07:12 +01:00
Oliver Gorwits
753acc607f use overloaded $device 2017-09-13 10:53:12 +01:00
Oliver Gorwits
d5d39289d6 rename init stage to check 2017-09-13 10:44:31 +01:00
Oliver Gorwits
1fdb086183 refactor to remove second loop 2017-09-12 08:12:12 +01:00
Oliver Gorwits
64a9491115 change to init, first, second stages 2017-09-10 16:10:50 +01:00
Oliver Gorwits
5f2da69697 move discover and discoverall to worker plugins 2017-09-09 22:29:26 +01:00
Oliver Gorwits
c6ebb7cf07 move arpnip and arpwalk to worker plugins 2017-09-09 16:44:32 +01:00
Oliver Gorwits
16a79463cb set snmp driver on macsuck phase workers 2017-09-09 16:27:58 +01:00
Oliver Gorwits
9167e02de5 move macsuck and macwalk to worker plugins (macsuck needs snmp scope guard) 2017-09-09 15:55:53 +01:00
Oliver Gorwits
68ca85643b move expire and expirenodes to worker plugins 2017-09-09 14:56:15 +01:00
Oliver Gorwits
271ef1a25c move nbtstat and nbtwalk to worker plugins 2017-09-09 14:46:00 +01:00
Oliver Gorwits
e7508a9eca move all netdisco-do action to worker plugins 2017-09-06 21:23:54 +01:00
Oliver Gorwits
411918e3f8 only load worker plugins for the action 2017-09-06 20:56:26 +01:00
Oliver Gorwits
1f9740c0e2 shorten hook names 2017-09-06 18:30:43 +01:00
Oliver Gorwits
a59c23de79 make psql worker primary, add hook debug log 2017-09-06 18:27:34 +01:00
Oliver Gorwits
36c70220a2 allow two forms of worker declaration, and update docs 2017-09-05 22:39:22 +01:00
Oliver Gorwits
a79cb9a9e4 all the bug fixes and a working plugin!!!!!!!!! :-D 2017-09-05 22:11:02 +01:00
Oliver Gorwits
04896202e0 refine runner 2017-09-05 21:39:41 +01:00
Oliver Gorwits
547fce2f3c hack the status class to regen if needed 2017-09-05 20:56:21 +01:00
Oliver Gorwits
cd71a0b7a8 move status update to job class 2017-09-05 20:41:05 +01:00
Oliver Gorwits
c8e5cea4ed objectify the running 2017-09-05 20:37:13 +01:00
Oliver Gorwits
f48004fffa bug squish 2017-09-05 20:09:02 +01:00
Oliver Gorwits
46ece568f6 implement runner?! 2017-09-05 19:54:57 +01:00
Oliver Gorwits
fc9c60f707 rename ok to is_ok and change slot names to avoid conflict with creators 2017-09-05 19:28:38 +01:00
Oliver Gorwits
3ee85383ab skip worker when action is per-device but no creds 2017-09-05 19:25:41 +01:00
Oliver Gorwits
75abdad812 further work on retval handling from workers 2017-09-04 21:54:37 +01:00
Oliver Gorwits
4c1fdf4f92 move worker plugin loader to Worker.pm 2017-09-04 20:37:53 +01:00