tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
check_systemd: 2.2.1 -> 2.3.1
Symphorien Gibol
4 years ago
8aab788d
e4e75149
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
nagios
plugins
check_systemd.nix
+3
-2
pkgs/servers/monitoring/nagios/plugins/check_systemd.nix
···
2
3
python3Packages.buildPythonApplication rec {
4
pname = "check_systemd";
5
-
version = "2.2.1";
6
7
src = fetchFromGitHub {
8
owner = "Josef-Friedrich";
9
repo = pname;
10
rev = "v${version}";
11
-
sha256 = "04r14dhqzrdndn235dvr6afy4s4g4asynsgvj99cmyq55nah4asn";
12
};
13
14
propagatedBuildInputs = with python3Packages; [ nagiosplugin ];
···
29
meta = with lib; {
30
description = "Nagios / Icinga monitoring plugin to check systemd for failed units";
31
inherit (src.meta) homepage;
0
32
maintainers = with maintainers; [ symphorien ];
33
license = licenses.lgpl2Only;
34
platforms = platforms.linux;
···
2
3
python3Packages.buildPythonApplication rec {
4
pname = "check_systemd";
5
+
version = "2.3.1";
6
7
src = fetchFromGitHub {
8
owner = "Josef-Friedrich";
9
repo = pname;
10
rev = "v${version}";
11
+
sha256 = "11sc0gycxzq1vfvin501jnwnky2ky6ns64yjiw8vq9vmkbf8nni6";
12
};
13
14
propagatedBuildInputs = with python3Packages; [ nagiosplugin ];
···
29
meta = with lib; {
30
description = "Nagios / Icinga monitoring plugin to check systemd for failed units";
31
inherit (src.meta) homepage;
32
+
changelog = "https://github.com/Josef-Friedrich/check_systemd/releases";
33
maintainers = with maintainers; [ symphorien ];
34
license = licenses.lgpl2Only;
35
platforms = platforms.linux;