datadog-agent: add old version pg8000

This commit is contained in:
Izorkin
2019-03-02 12:57:22 +03:00
parent ce2ef06c35
commit a8c2705b0d
4 changed files with 30 additions and 2 deletions
@@ -75,7 +75,7 @@ let
mongo = (ps: [ ps.pymongo ]);
network = (ps: [ ps.psutil ]);
nginx = (ps: []);
postgres = (ps: with ps; [ pg8000 psycopg2 ]);
postgres = (ps: with ps; [ pg8000_1_12 psycopg2 ]);
};
# All integrations (default + extra):