Commit graph

15573 commits

Author SHA1 Message Date
Samuel Clay
5c6535fd2c Newsletters have shorter full text, not longer. 2021-09-30 12:19:36 -04:00
Linecutterx
7e74ecd0b1
Update README.md 2021-09-26 15:15:11 +01:00
Linecutterx
b1dff7ae9a
Update README.md
Formatting
2021-09-26 15:14:30 +01:00
Linecutterx
a6fe64c342
Update README.md
More Github key stuff
2021-09-26 15:13:29 +01:00
Linecutterx
d347a1bad8
Update README.md
Added need for nodejs npm & Github Keys
2021-09-26 14:52:37 +01:00
sictiru
8ef74ce745 #1226 Preference for feed order 2021-09-25 19:59:44 -07:00
Linecutterx
e732adb36d
Update mydomain.sh 2021-09-26 00:01:30 +01:00
Linecutterx
686009a6a3
Update mydomain.sh
Change substitution to acually be localhost!
2021-09-25 23:28:48 +01:00
sictiru
62c94b0181 Material circular progress indicator 2021-09-25 15:05:16 -07:00
Linecutterx
fbc7e351e9
Merge branch 'samuelclay:master' into master 2021-09-25 11:49:31 +01:00
Linecutterx
3c42bb2fac
Update README.md 2021-09-25 11:01:22 +01:00
Linecutterx
aea30a8f5a
Update README.md 2021-09-25 10:54:56 +01:00
Linecutterx
674d982626
Update README.md
Clearer setup, with reference to set up utility script. Added some guidance for what seems to be a fairly common setup issue.
2021-09-25 10:53:52 +01:00
Linecutterx
e6bf94f8a6
Add Setup Utility script
Chmod +x  USAGE: ./mydomain.sh <new domain> (replaces localhost)  OR ./mydomain <old domain> <new domain>
2021-09-25 10:23:08 +01:00
Samuel Clay
eff1e9b69b Turning off mongo replset lag 2021-09-21 17:39:23 -04:00
Samuel Clay
1a18f3b36c Using node.consul syntax. 2021-09-21 17:30:26 -04:00
Samuel Clay
517086b60e Correcting mongo url for prometheus 2021-09-21 17:25:18 -04:00
Samuel Clay
90bb39f110
Merge pull request #1547 from samuelclay/metrics
Adding custom prometheus metrics for databases
2021-09-21 17:01:33 -04:00
Samuel Clay
4e18ceb369 Removing unused code. 2021-09-21 17:00:17 -04:00
Samuel Clay
c691600cfd Merge branch 'master' into metrics
* master:
  Handling redis river cache cutoff from non-feeds.
2021-09-21 16:53:23 -04:00
Samuel Clay
4083173302 Handling redis river cache cutoff from non-feeds. 2021-09-21 16:53:16 -04:00
Samuel Clay
92413c8956 REDIS_USER needs to be earlier. 2021-09-21 16:50:07 -04:00
Jonathan Math
656a111bd7 revert changes to flask_montior/requirements.txt 2021-09-21 12:14:04 -05:00
Jonathan Math
7fa72f5be3 fix flask metrics python files 2021-09-21 12:13:46 -05:00
Jonathan Math
dcf7364f6b all metrics flasks use 5569 in ansible. update prometheus 2021-09-21 12:12:53 -05:00
Jonathan Math
45874574c4 metrics containers were using the wrong image 2021-09-21 12:11:58 -05:00
Jonathan Math
626245cd6b make 'make down' command include metrics containers 2021-09-21 12:11:30 -05:00
Jonathan Math
1fa0dfb32b bring dashboard up to date 2021-09-21 12:10:55 -05:00
Jonathan Math
a3ae90168d add flask_metrics_redis to ansible and update prometheus.consul.yml.j2 2021-09-21 09:52:09 -05:00
Jonathan Math
53c4e7e462 add redis flask metrics to prometheus docker 2021-09-21 09:51:41 -05:00
Jonathan Math
2b46ed32e5 add flask metrics redis to docker-compose.metrics.yml 2021-09-21 09:50:12 -05:00
sictiru
ecd98e468d Material circular progress indicator 2021-09-19 18:52:21 -07:00
sictiru
2408504ffa Cleanup code. Fix lint performance issues. 2021-09-19 18:09:26 -07:00
sictiru
0b82a45dbc Remove overdraw. 2021-09-19 17:34:14 -07:00
sictiru
465055da1c #1441 Image memory cache cleaning. Remove image loader crop square flag. 2021-09-19 17:13:51 -07:00
Louis Pré
55420dbbe2 fix: Remove duplicate YouTube API key setting 2021-09-19 11:21:27 -07:00
Jonathan Math
c84eed6360 add boto3 and botocore to requirements for flask_monitor 2021-09-16 18:46:53 -05:00
Jonathan Math
3f84cdaf9c pull in latest dashboards json 2021-09-16 12:09:48 -05:00
Jonathan Math
4839dd282d rm unnecessary requirements file 2021-09-16 12:01:21 -05:00
Jonathan Math
f96bdb2744 Merge branch 'add_grafana_monitors' into metrics 2021-09-16 11:58:36 -05:00
Samuel Clay
3e23b6394a Revert "Revert "Merge branch 'add_grafana_monitors'""
This reverts commit a7f5025a16.
2021-09-16 11:57:57 -05:00
Samuel Clay
202a05ae84 Revert "Merge branch 'add_grafana_monitors'"
This reverts commit f0c2176908.
2021-09-16 11:57:42 -05:00
Samuel Clay
b4e9a56041 Making the docker network is now a docker role task. 2021-09-16 11:55:20 -04:00
Jonathan Math
898c1c0920 add sentry to flask_metrics_mongo 2021-09-15 11:23:20 -05:00
Jonathan Math
2ee9971cbe add flask_metrics role to setup_mongo.yml 2021-09-15 11:14:52 -05:00
Jonathan Math
06dc1b0765 update ansible role and consul service for flask_metrics_mongo 2021-09-15 11:12:26 -05:00
Jonathan Math
3173541735 fix the flask_metrics file to use django settings and update docker-compose 2021-09-15 11:11:43 -05:00
Jonathan Math
c6ce91360d rm unnecessary dockerfile for flask_metrics. we will use the dockerfile from the monitor instead 2021-09-15 11:10:54 -05:00
Jonathan Math
d8fe3d01a4 update prometheus.yml files for flask metrics mongo 2021-09-15 11:10:31 -05:00
Samuel Clay
9f94bcd2dc No more beta 2021-09-15 08:21:21 -04:00