Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
@@ -0,0 +1,24 @@
Name: another-http-check
Version: %(date +%%Y%%m%%d)
Release: 1
Summary: HTTP check for Nagios/Icinga
License: APACHE 2
%description
HTTP check for Nagios/Icinga
%prep
# pass
%build
# pass
%install
mkdir -p %{buildroot}/usr/lib64/nagios/plugins/
install -m 755 /app/another-http-check %{buildroot}/usr/lib64/nagios/plugins/another-http-check
%files
/usr/lib64/nagios/plugins/another-http-check
%changelog
# pass