aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/dd-agent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove redundant quotesvolth2019-09-082-2/+2
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-153-3/+3
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* datadog-agent: fix extraIntegrationsCasey Ransom2019-07-011-2/+1
| | | | | | | The override that builds the custom python for integrations-core was overriding python, but pythonPackages was still being inherited from a call to `datadog-integrations-core {}`, causing service.datadog-agent.extraIntegrations to be ignored.
* datadog-agent: fix sha256 sumIzorkin2019-05-301-1/+1
|
* datadog-process-agent: 6.11.0 -> 6.11.1Izorkin2019-05-211-2/+2
|
* datadog-agent: 6.11.0 -> 6.11.2Izorkin2019-05-211-2/+2
|
* datadog-process-agent: 6.10.0 -> 6.11.0Izorkin2019-04-193-9/+18
|
* datadog-agent: 6.10.1 -> 6.11.0Izorkin2019-04-193-33/+15
|
* datadog-agent: 6.10.0 -> 6.10.1 (#57065)Yurii Izorkin2019-03-081-2/+2
|
* datadog-agent: add old version pg8000Izorkin2019-03-021-1/+1
|
* datadog-process-agent: 6.5.0 -> 6.10.0Izorkin2019-03-012-38/+37
|
* datadog-trace-agent: trace-agent moved to datadog-agentIzorkin2019-03-012-181/+0
|
* datadog-agent: update sub-packagesIzorkin2019-03-011-2/+2
|
* datadog-agent: update go packagesIzorkin2019-03-011-45/+306
|
* datadog-agent: 6.9.0 -> 6.10.0 (#56523)Yurii Izorkin2019-02-282-7/+9
|
* Merge pull request #54478 from Izorkin/datadog-agentDomen Kožar2019-01-271-2/+2
|\ | | | | datadog-agent: 6.8.3 -> 6.9.0
| * datadog-agent: 6.8.3 -> 6.9.0Izorkin2019-01-221-2/+2
| |
* | dd-agent: override python packages inside expressionRobert Schütz2019-01-221-35/+46
|/
* datadog-agent: 6.4.2 -> 6.8.3Izorkin2019-01-081-4/+4
|
* datadog-agent: add option to enable trace agentRob Vermaas2018-10-232-0/+181
|
* datadog-integrtaions-core: 2018-05-27 -> 2018-09-18Domen Kožar2018-09-181-3/+3
|
* nixos: datadog-agent: fix systemd supportDomen Kožar2018-09-131-1/+2
|
* datadog: add live process monitoringDomen Kožar2018-09-132-0/+695
|
* datadog-agent: 6.1.4 -> 6.4.2Domen Kožar2018-09-113-118/+885
|
* dd-agent: Simplify inclusion of additional Datadog core integrationsVincent Ambo2018-08-092-40/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactors the process used to build the Datadog core integrations to be more easily extensible with integrations other than the ones built and installed by default. Documentation has been added in relevant parts of the module to describe how the process works. As a high-level overview: The `datadog-integrations-core` attribute in the top-level package set now accepts an extra parameter. This parameter is an attribute set where each key is the name of a Datadog integration as it appears in Datadog's integrations-core repository[1], and the value is a function that receives the Python package set and returns the required dependencies of this integration. For example: datadog-integrations-core { ntp = (ps: [ ps.ntplib ]); }; This would build the default integrations and, additionally, the `ntp` integration. To support passing the modified Python environment to the datadog-agent itself, the `python` key has been moved inside of the derivation which means that it will be made overridable. This relates to NixOS/nixpkgs#40399. [1]: https://github.com/DataDog/integrations-core
* datadog-integrations-core: init at git-2018-05-27Rodney Lorrimar2018-08-091-0/+66
|
* datadog-agent: init at 6.1.4Rodney Lorrimar2018-08-093-1/+433
| | | | | | | DataDog have adopted a subtle naming convention: - dd-agent refers to the v5 Python implementation - datadog-agent refers to the v6 golang implementation
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|
* dd-agent: fix compatibility issue with iostat (#41035)Vincent Ambo2018-05-312-0/+33
| | | | | | | | | | | Applies a patch to the dd-agent derivation that fixes a compatibility issue with the current version of iostat, which no longer contains a colon after its table headers. This patch is applied in order for the fix to be backportable to existing stable releases. A final "proper" fix will be an upgrade to a newer version of dd-agent, but that requires several other changes. This fixes #40103.
* dd-agent: use https for homepageMatthew Bauer2017-08-171-1/+1
|
* Revert "dd-agent: 5.11.2 -> 5.13.2 + service rework"Mateusz Kowalczyk2017-06-031-45/+12
| | | | This reverts commit af096c8bff1e534be9c69f50eed13e6b48427d0e.
* Revert "datadog: Properly use configured package."Mateusz Kowalczyk2017-06-031-1/+1
| | | | This reverts commit 50f53da9eff3e7a1686ff439b341ada5bd63ddcd.
* datadog: Properly use configured package.Mateusz Kowalczyk2017-06-021-1/+1
|
* dd-agent: 5.11.2 -> 5.13.2 + service reworkMateusz Kowalczyk2017-06-011-12/+45
|
* Python: replace requests2 with requests tree-wideFrederik Rietdijk2017-05-071-2/+2
| | | | | | | See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead.
* dd-agent: Add default config files of dd-agent and auto_conf dirRob Vermaas2017-05-041-0/+3
| | | | | | | | | | | | | | | | to /etc/dd-agent/conf.d by default, and make sure /etc/dd-agent/conf.d is used. Before NixOS 17.03, we were using dd-agent 5.5.X which used configuration from /etc/dd-agent/conf.d In NixOS 17.03 the default conf.d location is first used relative, meaning that $out/agent/conf.d was used without NixOS overrides. This change implements similar functionality as PR #25288, without breaking backwards compatibility. (cherry picked from commit 77c85b0ecbc1070d7adff31b339bede92e4193fa)
* dd-agent: fix by adding uptime as dependency.Rob Vermaas2017-03-291-0/+1
| | | | (cherry picked from commit f79be2cfa321617314aa253a8a6341a2f0ab7816)
* dd-agent: bind to pymongo 2.9.1 to fix the MongoDB monitoringSander van der Burg2017-03-201-1/+1
|
* dd-agent: 5.5.2 -> 5.11.2Susan Potter2017-03-101-6/+7
|
* dd-agent: fix Python missing dependencies and versionsSusan Potter2017-03-101-4/+30
|
* dd-agent: D'oh, removing duplicate requests dep.Rob Vermaas2016-09-301-1/+0
| | | | (cherry picked from commit acf91fd6efb39f712f1f1a394633c78382005340)
* Fix dd-agentRob Vermaas2016-09-301-0/+1
| | | | (cherry picked from commit a6493ce4bdc47cbe3bc4ea74323f11f610e18c04)
* dd-agent: support jmx, needs a separate daemon nowadays.Rob Vermaas2016-07-291-0/+8
| | | | (cherry picked from commit 1425a1f964adc2e2eb668810f3f158089035cd3d)
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-171-1/+1
|
* dd-agent: add docker supportJaka Hudoklin2015-11-161-0/+1
|
* dd-agent: 5.4.3 -> 5.5.2Jaka Hudoklin2015-11-161-2/+2
|
* dd-agent: Add support for MongoDB monitoringSander van der Burg2015-08-031-0/+1
|
* nixpkgs: dd-agent 5.2.3 -> 5.4.3Austin Seipp2015-07-201-5/+5
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Fix dd-agent buildInputs to include pythonPackages.psutilSusan Potter2015-06-011-1/+11
| | | | | | | | | When deploying current master version journalctl showed ImportErrors in the logs with message: 'No module named psutil' and systemctl dd-agent service failed to start. To fix I added pythonPackages.psutil as a buildInputs entry and this fixed the issue. See this Gist for journalctl errors for reference: https://gist.github.com/mbbx6spp/59eefabbe708c335a31f
* nixpkgs: dd-agent 5.1.1 -> 5.2.3Austin Seipp2015-04-021-2/+2
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>