Commit Graph

8 Commits

Author SHA1 Message Date
Aaron Andersen
7b78ced1c5 monitoring-plugins: add dbi support 2019-03-20 08:50:47 -04:00
Aaron Andersen
88e830894f monitoring-plugins: add procs support 2019-03-20 08:50:47 -04:00
Aaron Andersen
894b7e9f21 monitoring-plugins: add dig support 2019-03-20 08:50:47 -04:00
Aaron Andersen
96003801d2 monitoring-plugins: add ldap support 2019-03-20 08:50:47 -04:00
Aaron Andersen
7304454f86 monitoring-plugins: add mysql support 2019-03-20 08:50:42 -04:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Johannes Lötzsch
2e566aaf95 monitoring-plugins: fix typo in meta (#38259) 2018-04-01 08:06:23 +02:00
Peter Hoeg
f49aa90297 monitoring-plugins: rename from nagiosPluginsOfficial
The upstream project has renamed itself.

We now stick this into a folder where we can keep other shared monitoring plugins.
2017-08-17 15:02:41 +08:00