summary refs log tree commit diff
path: root/pkgs/servers/monitoring/longview
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases
* longview: restrict meta.platformsVladimír Čunát2017-12-06
| | | | https://github.com/NixOS/nixpkgs/issues/32326#issuecomment-349745708
* longview service: don't write passwords to nix storeRodney Lorrimar2017-03-26
| | | | | | | | Adds services.longview.{apiKeyFile,mysqlPasswordFile} options as alternatives to apiKey and mysqlPassword, which still work, but are deprecated with a warning message. Related to #24288.
* longview: unstable-2015-09-10 -> 1.1.5Rodney Lorrimar2016-09-18
|
* treewide: Use explicit 'dev' references to glibcTuomas Tynkkynen2016-08-30
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* use dontBuild instead of hacksRobin Gloster2016-05-04
| | | | | | changes: * buildPhase = "true" * buildPhase = ":"
* Remove all dots at end of descriptionszimbatm2016-02-27
| | | | | | | Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
* longview: Linode metrics collectorRodney Lorrimar2015-11-22
Longview is a perl script used for sending server metrics to Linode virtual private server hosting.