Commit graph

25 commits

Author SHA1 Message Date
Samuel Clay
b2cdff8a85 Bumping postgres server size, fixing monitor disk usage cronjob. 2022-05-13 16:59:57 -04:00
Jonathan Math
fb1cdc9689 remove unused subprocess imports from sanity checkers 2021-06-25 11:41:29 -06:00
Jonathan Math
871947a849 fix disk usage sanity checker 2021-06-22 09:48:16 -06:00
Jonathan Math
bf140f1aea fix disk usage sanity checker to check host machine and pass the data into the container to evaluate the disk usage and send an email 2021-06-18 14:57:29 -06:00
Jonathan Math
1b5e2c9b31 fix monitor_disk_usage error 2021-06-16 10:56:30 -06:00
Jonathan Math
ba428afb83 use python path for newsblur container in disk usage sanity checker 2021-06-16 10:44:29 -06:00
Jonathan Math
706614498f change python path back. it will need to go into a container because the import of newsblur.settings will require other modules that are in the newsblur base image 2021-06-16 10:36:50 -06:00
Jonathan Math
81c34d866c change python path on monitor_disk_usage so it can be used in cron 2021-06-16 10:33:24 -06:00
Jonathan Math
4c2e7a37f5 change python path on monitor_disk_usage so it can be used in cron 2021-06-16 10:25:52 -06:00
Jonathan Math
27f9c655fb update sanity checkers to fail for testing purposes 2021-06-16 10:12:59 -06:00
Samuel Clay
ee7bd47e8b Cleaning up deploy work and monitors. The task monitors need to be integrate with the flask db monitors. 2021-05-26 11:41:28 -04:00
Samuel Clay
8371c635f7 Merge branch 'master' into django2.0
* master: (27 commits)
  Removing log override
  Moving logging over to the newsblur log.
  Fixing search indexer background task for new celery.
  Attempting to add gunicorn errors to console/log.
  Better handling of missing subs.
  Handling missing user sub on feed delete.
  Correct encoding for strings on systems that don't have utf-8 as default encoding.
  Writing in the real urllib3 dependency for requests.
  Upgrading requests due to urllib3 incompatibility.
  Login required should use the next parameter.
  Upgrading django oauth toolkit for django 1.11.
  Handling newsletters with multiple recipients.
  Extracting image urls sometimes fails.
  Handling ajax errors in json views.
  Adding timeouts to most outbound requests.
  Sentry SDK 0.19.4.
  Removing imperfect proxy warning for every story.
  Found four more GET/POST crosses.
  Feed unread count may need a POST.
  Namespacing settings.
  ...
2020-12-08 09:09:25 -05:00
Samuel Clay
4bc21931e9 Namespacing settings. 2020-12-05 17:23:31 -05:00
Samuel Clay
3737c13b22 Updating paths for python 3 2020-12-03 14:05:32 -05:00
Jonathan Math
af6db197d5 Merge remote-tracking branch 'origin/django1.6' into django2.0 2020-06-23 00:46:40 -04:00
Jonathan Math
3a0a2c28b8 2to3 utils/*.py 2020-06-19 02:27:48 -04:00
Samuel Clay
e42f3011af Updating emails on monitors. 2020-06-08 15:11:42 -04:00
Samuel Clay
dbf9e838a8 Different ssl cert location. 2020-06-01 17:09:57 -04:00
Samuel Clay
9bfd0a6e82 Adding archive in utils, changing email in disk usage monitor. 2020-06-01 15:37:58 -04:00
Samuel Clay
f534b2bd2a Cleaning up disk usage monitor. 2016-03-16 12:20:16 -07:00
Samuel Clay
7264b6a91d No longer need psutil on monitor. 2016-03-16 11:42:18 -07:00
Samuel Clay
21e5da0ecf Moving to more accurate disk usage monitor. 2016-03-16 11:40:11 -07:00
Samuel Clay
f243f424ae Usage monitor needs correct virtualenv python. 2016-02-09 11:11:19 -08:00
Samuel Clay
bdea41f131 Fixing pythonpath for disk monitor. 2015-02-11 17:37:41 -08:00
Samuel Clay
afee20edca Adding disk usage monitor to all database servers. 2015-02-11 17:30:15 -08:00