File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM debian:bookworm
3
3
MAINTAINER Neszt Tibor <tibor@neszt.hu>
4
4
LABEL org.opencontainers.image.source https://github.com/neszt/icinga-nms-docker
5
5
6
+ ENV ACEJS=v1.36.5
6
7
ENV CHECK_SSL_CERT_VERSION=v2.84.5
7
8
ENV CHECK_RBL_VERSION=52183405778a95c224652bc261216c9a749288dc
8
9
ENV CHECK_LIBRENMS_ALERTS_VERSION=1.0.1
@@ -14,6 +15,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
14
15
echo deb http://deb.debian.org/debian buster main >> /etc/apt/sources.list && \
15
16
apt-get update && apt-get -y dist-upgrade && \
16
17
apt-get install -y --install-recommends vim telnet tcpdump less acl runit cron git nginx icinga nagios-nrpe-plugin curl smokeping munin fcgiwrap spawn-fcgi php-fpm make xalan xsltproc python3 python3-urllib3 python3-requests libxml2-utils libxml-simple-perl libjson-xs-perl libnet-openssh-perl libdbi-perl libdbd-pg-perl libfrontier-rpc-perl liburi-encode-perl libdata-uuid-perl libcapture-tiny-perl libdata-validate-domain-perl libdata-validate-ip-perl libnet-dns-perl libnet-ip-perl libmonitoring-plugin-perl libcpanel-json-xs-perl bc freeipmi-tools nagios-plugins-contrib && \
18
+ # ace.js min
19
+ curl https://raw.githubusercontent.com/ajaxorg/ace-builds/refs/tags/${ACEJS}/src-min/ace.js > /var/www/html/ace.js && \
17
20
# nagios-plugins-contrib upgrades
18
21
curl https://raw.githubusercontent.com/matteocorti/check_ssl_cert/${CHECK_SSL_CERT_VERSION}/check_ssl_cert > /usr/lib/nagios/plugins/check_ssl_cert && \
19
22
curl https://raw.githubusercontent.com/matteocorti/check_rbl/${CHECK_RBL_VERSION}/check_rbl | sed '1 s/^.*$/#!\/ usr\/ bin\/ perl/' > /usr/lib/nagios/plugins/check_rbl && \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments