Commit graph

133 commits

Author SHA1 Message Date
Samuel Clay
b033ca0848 Docker users don't need DEBUG=True 2021-04-28 10:07:21 -04:00
Samuel Clay
c32830faf9 Fixing feed chooser dropdown on dialogs, specifically the Statistics dialog. 2021-04-27 20:12:58 -04:00
Jonathan Math
6276bc8448 begin development with ansible by adding to docker-compose and starting ansible roles 2021-04-27 08:00:06 -05:00
Jonathan Math
e1748b8e90 remove netdata 2021-04-27 07:58:19 -05:00
Samuel Clay
5d7ddb1d8a Adding netdata in to task servers. Also setting up logrotate. 2021-04-22 11:36:44 -04:00
Jonathan Math
e068c9ff4e change nb.local.com to localhost 2021-04-20 08:04:08 -05:00
Jonathan Math
d7c75a1b6d re-add ansible_hostname to netdata.conf.j2 2021-04-18 11:52:22 -05:00
Jonathan Math
de03cc6d36 fix netdata in docker and add timer charts 2021-04-18 11:42:19 -05:00
Samuel Clay
6fb27a3b00 Switching to netdata config template. 2021-04-13 15:06:07 -04:00
Samuel Clay
3a3248a227 Adding claiming to netdata. 2021-04-13 14:59:12 -04:00
Jonathan Math
84e0c1768c remove 'total' from charts in netdata 2021-04-13 12:52:56 -05:00
Jonathan Math
688dcbc9db change netdata charts to update every minute 2021-04-13 10:29:48 -05:00
Jonathan Math
16f9aad307 add hostname to netdata and turn off stories chart 2021-04-13 10:20:44 -05:00
Jonathan Math
6643f5943e collect data from monitors every 5 minutes 2021-04-12 16:23:13 -05:00
Jonathan Math
d0cd74ca93 netdata will make fewer api calls to monitor endpoints 2021-04-12 16:20:30 -05:00
Jonathan Math
af830999f6 fix chart type bug 2021-04-12 15:06:27 -05:00
Jonathan Math
21b6de980a suppress ssl warning in netdata charts 2021-04-12 14:52:23 -05:00
Jonathan Math
0368bbcdb7 add try/except in newsblur.chart.py so a bad request doesn't break all the monitors 2021-04-12 14:45:22 -05:00
Jonathan Math
e4732f3e23 fix chart configuration in newsblur.conf for netdata 2021-04-12 14:43:26 -05:00
Jonathan Math
ce932af379 add the rest of the netdata charts 2021-04-12 13:51:44 -05:00
Jonathan Math
b411261524 remove example chart from netdata 2021-04-12 12:36:11 -05:00
Jonathan Math
8c7dee89e1 charts are controlled by docker/netdata/netdataconfig/conf/newsblur.conf. Remove the need for volumizing each individual chart file 2021-04-12 12:18:51 -05:00
Samuel Clay
5b3a95bc0b Staging doesn't use jinja templates, so no need to ignore 2021-04-12 10:11:36 -04:00
Jonathan Math
67b06a73df change hostname for netdata host in docker-compose 2021-04-10 12:11:11 -05:00
Jonathan Math
a6e99ea00c make modification to netdata charts to accomodate staging certs 2021-04-10 12:04:30 -05:00
Samuel Clay
18c1ac8365 Fixing broken calc command in compressed CSS. Can use a - but not a + because the space will condense from calc(100% + 56px) to calc(100%+56px) which is invalid CSS. 2021-04-07 21:25:22 -04:00
Jonathan Math
55d74a067f add app-times chart to netdata 2021-04-07 12:55:21 -05:00
Jonathan Math
1391e2174c clean up app_servers chart file 2021-04-07 12:54:59 -05:00
Jonathan Math
88a56dcb68 remove old file used in netdata development 2021-04-07 12:54:33 -05:00
Jonathan Math
f07797459c refactor directory structure for netdata and rename chart to app_servers.py 2021-04-07 12:29:05 -05:00
Jonathan Math
d3c29aaa33 remove unnecessary port specification in docker-compos and app-servers chart 2021-04-07 10:22:01 -05:00
Jonathan Math
9d9dbff224 get app servers monitor working, but the monitor will stop collecting data when it needs to handle a request on nb.local.com.... this needs a bugfix 2021-04-07 10:15:51 -05:00
Jonathan Math
20fccca17c add Monitor class to newsblur chart to make it easier to retrieve data 2021-04-06 21:36:42 -05:00
Jonathan Math
479ec483f1 rename newsblur_data_request to newsblur for netdata charts and add a few more charts. WIP 2021-04-06 17:47:30 -05:00
Jonathan Math
2b25b5bf1c configuration working to display custom netdata charts, but WIP for displaying the correct data from the correct charts 2021-04-06 16:07:43 -05:00
Jonathan Math
2d278a9eab correct newsblur_data_request.conf 2021-04-06 13:37:58 -05:00
Jonathan Math
e9a4949b1c got example chart working for netdata. WIP to get newsblur data collector working. Volumes set up correctly for netdata. 2021-04-06 13:33:30 -05:00
Jonathan Math
e64c1ef21d optimize newsblur_base_image.Dockerfile so the image can be built more quickly if requirements.txt changes 2021-04-03 12:30:17 -05:00
Jonathan Math
bb52814648 update gunicorn so the reload feature can be used 2021-04-03 12:28:50 -05:00
Jonathan Math
29238e3a67 add newsblur_netdata_request service 2021-04-02 10:10:54 -05:00
Samuel Clay
64ac914db4 Fixing #1435. imageproxy is now configured and loaded locally. The url is now /imageproxy and HAProxy knows to trim the url before sending it to the imageproxy service. 2021-04-01 17:01:05 -04:00
Samuel Clay
02138db5ca Switching from elasticsearch and dsl to pyelasticsearch. Feed autocomplete still doesn't work yet. 2021-03-24 21:09:26 -04:00
Samuel Clay
15cfd7a592 Using the gunicorn config so workers can be toned down. 2021-03-17 17:16:49 -04:00
Samuel Clay
499a6e1d2c Fixing consul service ports for node. 2021-03-17 08:22:23 -04:00
Samuel Clay
959481138d Updating docker-compose with new single node container. 2021-03-16 20:00:55 -04:00
Samuel Clay
2906e92499 Merging all four node servers into a single one on port 8008. Updating HAProxy on both consul and docker-compose. 2021-03-16 19:34:11 -04:00
Samuel Clay
b44cc5c509 Adding staging and discovery to web app. 2021-03-15 13:55:36 -04:00
Samuel Clay
4d9176872b Adding staging host. nginx now considers if its on prod or staging and adjusts its port. 2021-03-15 13:01:41 -04:00
Samuel Clay
3491d61642 Adding discovery and staging servers. Also adding a second node socket server. 2021-03-15 10:41:58 -04:00
Jonathan Math
ee49bc97b2 add proper healthcheck/wait for postgres in docker-compose and fix docker/local_settings.py 2021-03-14 16:17:14 -05:00