# # ChangeLog for /src/modules/ssh2.c # # Generated by Trac 0.10.3 # 05/22/13 23:59:58 # 05/31/08 17:43:01 Theo Schlossnagle <jesus@omniti.com> [c39dbcdedc357e87352f7eb1438aa96afdcbd09e] * src/modules/http.c (modified) * src/modules/ping_icmp.c (modified) * src/modules/postgres.c (modified) * src/modules/snmp.c (modified) * src/modules/ssh2.c (modified) * src/noit_check.c (modified) * src/noit_module.c (modified) * src/noit_module.h (modified) make the loading mechanism generic so that we can load something other than checkers. refs #28 04/27/08 01:45:05 Theo Schlossnagle <jesus@omniti.com> [3596dc15e229f7b814203e71305d82868dac6c05] * src/modules/ssh2.c (modified) timeout in initial connect needs to cleanup socket based on synch_fd_event, not the subject of the callback 03/17/08 04:06:17 Theo Schlossnagle <jesus@omniti.com> [4b96846179a35015ac0b22d5fe9e9f92480f06a5] * configure.in (modified) * src/eventer/eventer.h (modified) * src/eventer/eventer_impl.c (modified) * src/eventer/eventer_kqueue_impl.c (modified) * src/modules/Makefile.in (modified) * src/modules/http.c (modified) * src/modules/ping_icmp.c (modified) * src/modules/postgres.c (added) * src/modules/snmp.c (modified) * src/modules/ssh2.c (modified) * src/noit.conf (modified) * src/noit_check.c (modified) * src/noit_check_tools.c (modified) * src/noit_check_tools.h (modified) check code consolidation. allow modules to be more terse and add convenience functions to make writing completely asynch checkers much easier. (add a postgres proof-of-concept asynch checker 03/06/08 04:54:53 Theo Schlossnagle <jesus@omniti.com> [f23949829c33d2b6c326248aff07974cdc58b932] * src/modules/ssh2.c (modified) Set the last_fire_time so that duration can be calculated 03/05/08 04:52:59 Theo Schlossnagle <jesus@omniti.com> [dc45afd20f32e3709eed851f05359dea25e5b2b7] * src/modules/ssh2.c (modified) Allow 'port' config option 03/05/08 03:23:09 Theo Schlossnagle <jesus@omniti.com> [4330e3d7e1aa02f7bfd1892c3294b652c79ce3a5] * configure.in (modified) * src/modules/Makefile.in (modified) * src/modules/ssh2.c (added) * src/noit.conf (modified) fixes #7