1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Christopher Ramey fcdff1039f code cleanup, improvements to loading api keys 2021-02-27 19:14:39 -09:00
Christopher Ramey 2bd9177180 added apikey to config 2021-02-20 17:08:27 -09:00
Christopher Ramey 4c16211e89 changed server to use channels instead of cond for wakeup, removed config hashing, added config path to config struct 2021-02-14 09:26:56 -09:00
Christopher Ramey d5389caadb added hash calculation during tokenization, removed threads variable 2021-02-09 04:05:16 -09:00
Christopher Ramey aadd46ae1b switched to proper package names 2021-02-03 05:59:31 -09:00
Christopher Ramey dbd74982ff started on framework for running recurring checks 2021-01-28 20:14:16 -09:00
Christopher Ramey cd73181a62 improved tokenizer, added tests 2021-01-18 07:29:38 -09:00
Christopher Ramey b675d8714e separated parser from tokenizer, wrote some tokenizer tests 2021-01-17 16:41:28 -09:00
Christopher Ramey 3a4317f3a9 fixed parser bug when handling empty strings, added empty string check to email alarm 2021-01-17 09:44:39 -09:00
Christopher Ramey 2d99960f06 Added framework for alarms, code cleanup 2021-01-17 09:04:08 -09:00
Christopher Ramey f108090967 Added default interval 2021-01-17 05:24:13 -09:00
Christopher Ramey 951bee15fd improved command line argument handling, migrated json to config at higher debug levels 2021-01-12 03:32:15 -09:00
Christopher Ramey d80a5a80d7 Added options to check ping configuration 2021-01-12 03:32:14 -09:00
Christopher Ramey 826564a060 Changed groups and hosts to use maps in config, reorganized code, cleaned up command line arguments 2021-01-12 03:32:14 -09:00