Commit Graph

  • 29c25708b0 Fix alert.log issue where last kv pair isn't written to file. master jowj 2020-01-30 16:22:35 -0600
  • 2073b2aae3 Update readme. jowj 2020-01-30 16:07:22 -0600
  • e025450f0f Fix the continuous alert state! yay!! jowj 2020-01-30 16:06:47 -0600
  • 97b222491a Move to alert_file var; fix json parsing error from last commit. jowj 2020-01-28 16:05:22 -0600
  • 71a2df01f8 Document my insanity as I don't understand why json.loads() breaks. josiah 2020-01-28 04:44:23 +0000
  • b7b702baef Move to "with file open" syntax from "file.read()" style. josiah 2020-01-28 04:44:08 +0000
  • 2075d715ab Move to single datastore dict, instead of list; add pdb. josiah 2020-01-28 04:43:45 +0000
  • 8679a9ee48 Update poetry.lock josiah 2020-01-28 04:42:59 +0000
  • 8c9c773786 Update readme with next few steps. jowj 2020-01-27 16:55:52 -0600
  • 50df968293 Move from magic strings to two variables. jowj 2020-01-27 16:45:47 -0600
  • 34e94f6576 Move from line by line items to object by object. jowj 2020-01-27 16:35:56 -0600
  • 1d02b3102b Check for file before trying to read it. jowj 2020-01-27 16:19:40 -0600
  • 2793db07fd Move to poetry for dependency management. jowj 2020-01-27 16:18:41 -0600
  • 30439f9f67 Fix python > python3 typo. jowj 2020-01-27 15:34:28 -0600
  • 8c26b9d433 Fix dockerfile to reference proper apks, remove pip3's pyopenssl. jowj 2020-01-27 15:28:36 -0600
  • 618b005da4 Clarify comments around state tracking. jowj 2020-01-27 15:19:18 -0600
  • cb9dae54c9 Add healthy text; remove new lines to make file and stateFile match. jowj 2020-01-23 14:41:07 -0600
  • acd81c9c2b Add a second domain to domains_to_check to prevent type issues. jowj 2020-01-21 17:15:48 -0600
  • eb76259715 Remove https:// string from tlsTargets var. jowj 2020-01-21 17:11:34 -0600
  • c4dd4aa653 Add tlsTargets, move the cert check to check against those. jowj 2020-01-21 16:59:22 -0600
  • aba510a6df Fix datetime import. jowj 2020-01-21 16:56:50 -0600
  • aec2334f15 Add py-cryptography package to deal with alpine's idiot behavior jowj 2020-01-21 16:53:28 -0600
  • edeba7a44a Update dockerfile additions. jowj 2020-01-21 16:37:55 -0600
  • 61a973da8c Remove whitespace. jowj 2020-01-21 16:29:10 -0600
  • 3c63822902 Include new monitors in state tracking file. jowj 2020-01-21 15:36:37 -0600
  • 49a4249fa7 Add cert, whois check capabilities. jowj 2020-01-21 15:10:33 -0600
  • 119e74f5ef Add http targets, domains to check to vars file. jowj 2020-01-21 15:10:09 -0600
  • 46b4798d74 Move to proper syntax. All grammer fixes suggested by LSP. jowj 2020-01-21 14:29:29 -0600
  • cb7e986842 Fix state tracking issue preventing muting of commands. jowj 2018-12-04 13:27:36 -0600
  • ab531326ca Fix logic to iterate through list; move close() arg, file mode. jowj 2018-12-04 12:41:38 -0600
  • a0c2c95c31 Remove whitespace at the end of the line jowj 2018-12-02 21:55:12 -0600
  • 798133f124 Track state in a different file to allow for consistent tracking. jowj 2018-12-02 21:44:27 -0600
  • 3384017e49 Swap state logic so that true is only triggered on change jowj 2018-12-02 21:32:21 -0600
  • 5b31be5a26 Update syntax to include spaces. jowj 2018-12-02 21:30:33 -0600
  • 9faa0e1ca0 Index into results array to be able to pull key/value jowj 2018-12-02 21:25:54 -0600
  • 0cb65d211e Change error text, alter for loop jowj 2018-12-02 19:19:42 -0600
  • ea8281ae6e Cast 'value' to str jowj 2018-12-01 19:26:42 -0600
  • 0f9952a519 Change text to be written to alerts.log jowj 2018-12-01 19:23:19 -0600
  • b1d54b3bcc Require statechange trigger to write to alerts.log jowj 2018-12-01 19:19:24 -0600
  • c5fbfbaa91 Update variable name to be consistent jowj 2018-12-01 19:16:47 -0600
  • 6e6a51d445 Update syntax jowj 2018-12-01 19:09:31 -0600
  • c416d79574 Add state tracking. jowj 2018-12-01 19:06:50 -0600
  • ffa1973c74 Update alerts.log file location. jowj 2018-10-07 18:06:23 -0500
  • 5a1b55d183 update placement of time.sleep. jowj 2018-10-07 17:07:24 -0500
  • 1899644bf2 Update dockerfile to specifically use pip3. jowj 2018-10-07 16:55:02 -0500
  • db42a7ad4d Update time.sleep location; update logger file name. jowj 2018-10-07 16:54:38 -0500
  • dee7121b4b Update dockerfile syntax to be correct. jowj 2018-10-07 16:46:29 -0500
  • d3dd0f84ea Update to actually install required modules. jowj 2018-10-07 16:42:05 -0500
  • 3b5ccc4315 Update arke.py to log to appropriate files. jowj 2018-10-07 16:41:55 -0500
  • 472ec4fac8 Add 60 sec sleep time at end of loop to prevent ridiculous ballooning jowj 2018-10-07 16:37:41 -0500
  • c0694828ea Update arke.py's while loop to be always on. jowj 2018-10-07 16:27:40 -0500
  • eb47ee8312 Add starting dockerfile template. jowj 2018-10-07 16:14:03 -0500
  • 3de1dba03d remove unnecessary file post consolidation. jowj 2018-10-07 16:13:50 -0500
  • efc6c41d35 Update to run in while loop; consolidate gateway.py into this file; add closing file lines. jowj 2018-10-07 16:13:31 -0500
  • 3590eaf4a5 Working commit. Output json from arke.py to file, read in gateway.py. gateway dumps out error file. jowj 2018-10-03 21:41:48 -0500
  • 29e959836f update gitignore to remove vs project bullshit. jowj 2018-10-03 21:37:49 -0500
  • bf0db913e9 non working commit. fucking with writing output to file to ingest in new function. jowj 2018-10-02 21:15:22 -0500
  • e9f1a44724 Make monitor function output structured data again. jowj 2018-10-02 19:14:02 -0500
  • 60da84fd3b Update logging syntax to be Actually Correct. jowj 2018-10-02 18:13:33 -0500
  • e3cd281f8b Ignore vscode dir. jowj 2018-09-29 18:56:39 -0500
  • 40f21fc7e0 Update arke.py to use logging() instead of manually creating a table and printing it. jowj 2018-09-16 20:58:09 -0500
  • e35c7a5454 Update TODO information. jowj 2018-09-16 20:57:47 -0500
  • 4212f2dc80 Update process to work in main monitoring function. jowj 2018-09-16 19:40:53 -0500
  • 6d2b1ee1f8 Update to include todo and show actual state of project. jowj 2018-09-16 19:40:39 -0500
  • abdfb01f7f Add beginning of code and vars files. jowj 2018-09-16 19:03:23 -0500
  • 3913447dac Update initial readme. jowj 2018-09-16 19:03:01 -0500
  • 3ce6477b16
    Initial commit Jowj 2018-09-16 19:02:24 -0500