Commit graph

93 commits

Author SHA1 Message Date
R. Ryantm 66e6323fc5 checkSSLCert: 2.53.0 -> 2.54.0 2022-10-21 04:29:31 +00:00
R. Ryantm c948b4f02b checkSSLCert: 2.52.0 -> 2.53.0 2022-10-20 07:04:31 +00:00
R. Ryantm eac75b68cd checkSSLCert: 2.49.0 -> 2.52.0 2022-10-07 14:27:47 +00:00
R. Ryantm f40a2a70cd checkSSLCert: 2.48.0 -> 2.49.0 2022-09-28 08:10:22 +00:00
R. Ryantm 164c6900f9 checkSSLCert: 2.47.0 -> 2.48.0 2022-09-26 11:39:15 +00:00
R. Ryantm 5c01f036cc checkSSLCert: 2.46.0 -> 2.47.0 2022-09-24 10:21:15 +00:00
R. Ryantm e6b5dc2eeb checkSSLCert: 2.45.0 -> 2.46.0 2022-09-21 12:13:05 +00:00
R. Ryantm d8299e6855 checkSSLCert: 2.44.0 -> 2.45.0 2022-09-20 12:55:10 +00:00
R. Ryantm 4f4ab81c2b checkSSLCert: 2.43.0 -> 2.44.0 2022-09-15 02:17:12 +00:00
R. Ryantm 74204a6709 checkSSLCert: 2.42.0 -> 2.43.0 2022-09-11 14:59:00 +00:00
R. Ryantm b1bcd5ba08 checkSSLCert: 2.41.0 -> 2.42.0 2022-09-07 11:41:04 +00:00
R. Ryantm 6a6ba9d450 checkSSLCert: 2.40.0 -> 2.41.0 2022-09-02 10:23:34 +00:00
R. Ryantm 28c49447b8 checkSSLCert: 2.38.0 -> 2.40.0 2022-08-28 15:11:52 +00:00
R. Ryantm 53f4fbc8f0 checkSSLCert: 2.37.0 -> 2.38.0 2022-08-24 09:33:31 +00:00
R. Ryantm 8be789f7f1 checkSSLCert: 2.36.0 -> 2.37.0 2022-08-18 08:15:24 +00:00
R. Ryantm c54facc0ff checkSSLCert: 2.35.0 -> 2.36.0 2022-07-30 14:55:01 +00:00
Fabian Affolter 16c3f5b3eb
Merge pull request #182318 from fabaff/check-ssl-cert-bump
checkSSLCert: 2.34.0 -> 2.35.0
2022-07-28 21:00:54 +02:00
Fabian Affolter 69c108fd35 checkSSLCert: 2.34.0 -> 2.35.0 2022-07-21 11:00:57 +02:00
Maria 7a5b326242
check_smartmon: init at 1.0.1 2022-07-16 16:04:18 -04:00
Maria d4a98a7649
check-zfs: init at 2.0 2022-07-16 11:08:02 -04:00
Fabian Affolter 97221674bf checkSSLCert: 2.33.0 -> 2.34.0 2022-07-07 23:43:22 +02:00
Fabian Affolter 060e4ecb2f checkSSLCert: 2.32.0 -> 2.33.0 2022-07-03 10:20:11 +02:00
Fabian Affolter 232e431db4
checkSSLCert: set maintainer 2022-06-25 11:32:59 +02:00
R. Ryantm 9c2384106f checkSSLCert: 2.27.0 -> 2.32.0 2022-06-25 08:07:45 +00:00
R. Ryantm a135acfd9f checkSSLCert: 2.25.0 -> 2.27.0 2022-05-25 08:25:46 +00:00
R. Ryantm 58b7695fdc checkSSLCert: 2.24.0 -> 2.25.0 2022-04-22 09:41:23 +00:00
R. Ryantm 6da2a24cc3 checkSSLCert: 2.23.0 -> 2.24.0 2022-04-10 11:42:08 +00:00
R. Ryantm a89197a11d checkSSLCert: 2.22.0 -> 2.23.0 2022-03-26 10:48:54 +00:00
R. Ryantm 313b5b581e checkSSLCert: 2.21.0 -> 2.22.0 2022-03-12 03:53:18 +00:00
R. Ryantm 61820898b2 checkSSLCert: 2.20.0 -> 2.21.0 2022-02-23 12:38:38 +00:00
R. Ryantm 19d0256e61 checkSSLCert: 2.19.0 -> 2.20.0 2022-02-12 21:35:13 -08:00
Fabian Affolter 1ab055c4fb checkSSLCert: add homepage 2022-01-14 22:38:36 +01:00
Fabian Affolter 3e9e968275 checkSSLCert: 1.80.0 -> 2.19.0 2022-01-14 22:36:55 +01:00
Symphorien Gibol 8aab788d4a check_systemd: 2.2.1 -> 2.3.1 2021-04-24 11:30:02 +02:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Symphorien Gibol 590aa37109 check_systemd: init at 2.2.1
and remove pynagsystemd, which it replaces.
2020-11-25 22:48:39 +01:00
Ismaël Bouya 213623e291
nagios: fix build
The compiler complains about dl* function missing, this commit adds the
necessary flag to pass to gcc to make it build correctly
2020-09-10 15:37:13 +02:00
R. RyanTM 111553b01e nagios: 4.4.5 -> 4.4.6 2020-05-06 11:17:59 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Symphorien Gibol b40fc3a56b pynagsystemd: init at 1.2.0
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-03 15:48:42 -08:00
Jonathan Ringer d72c4791bc Merge remote-tracking branch 'origin' into staging-next 2019-12-30 14:36:16 -08:00
Symphorien Gibol cb38bf33e7 nagios: add nixos test 2019-12-30 16:41:18 +01:00
symphorien+git@xlumurb.eu be25e45fc8 nagios: various improvements
* structured config for main config file allows to launch nagios in
debug mode without having to write the whole config file by hand
* build time syntax check
* all options have types, one more example
* I find it misleading that the main nagios config file is linked in
/etc but that if you change the link in /etc/ and restart nagios, it
has no effect. Have nagios use /etc/nagios.cfg
* fix paths in example nagios config files, which allows to reuse it:
  services.nagios.objectDefs =
   (map (x: "${pkgs.nagios}/etc/objects/${x}.cfg")
   [ "templates" "timeperiods" "commands" ]) ++ [ ./main.cfg ]
* for the above reason, add mailutils to default plugins

Co-Authored-By: Aaron Andersen <aaron@fosslib.net>
2019-12-30 16:40:52 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
R. RyanTM b93dd3d2c5 nagios: 4.4.4 -> 4.4.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nagios/versions
2019-09-27 14:32:40 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 40934322f8 nagios: 4.4.3 -> 4.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nagios/versions
2019-08-04 18:05:41 -07:00
R. RyanTM 6802d1e3a5 nagios: 4.4.2 -> 4.4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nagios/versions
2019-02-03 08:54:29 +00:00