Skip to content

Commit 756ea54

Browse files
authored
Merge pull request #178 from wolframroesler/nagios-update
Update Nagios Core from 4.5.7 to 4.5.12
2 parents acd77c1 + fb6d6b5 commit 756ea54

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

.Dockerfile.swp

28 KB
Binary file not shown.

.README.md.swp

12 KB
Binary file not shown.

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ ENV NG_NAGIOS_CONFIG_FILE ${NAGIOS_HOME}/etc/nagios.cfg
1717
ENV NG_CGI_DIR ${NAGIOS_HOME}/sbin
1818
ENV NG_WWW_DIR ${NAGIOS_HOME}/share/nagiosgraph
1919
ENV NG_CGI_URL /cgi-bin
20-
ENV NAGIOS_BRANCH nagios-4.5.7
21-
ENV NAGIOS_PLUGINS_BRANCH release-2.4.12
22-
ENV NRPE_BRANCH nrpe-4.1.1
23-
ENV NCPA_BRANCH v3.1.1
24-
ENV NSCA_BRANCH nsca-2.10.2
25-
ENV NAGIOSTV_VERSION 0.9.2
20+
ENV NAGIOS_BRANCH nagios-4.5.12
21+
ENV NAGIOS_PLUGINS_BRANCH release-2.5
22+
ENV NRPE_BRANCH nrpe-4.1.3
23+
ENV NCPA_BRANCH v3.3.1
24+
ENV NSCA_BRANCH nsca-2.10.3
25+
ENV NAGIOSTV_VERSION 0.9.8
2626

2727

2828
RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Nagios Core running on Ubuntu 24.04 LTS with NagiosGraph & NRPE
88

99
| Product | Version |
1010
| ------- | ------- |
11-
| Nagios Core | 4.5.7 |
12-
| Nagios Plugins | 2.4.12 |
13-
| NRPE | 4.1.1 |
14-
| NCPA | 3.1.1 |
15-
| NSCA | 2.10.2 |
11+
| Nagios Core | 4.5.12 |
12+
| Nagios Plugins | 2.5 |
13+
| NRPE | 4.1.3 |
14+
| NCPA | 3.3.1 |
15+
| NSCA | 2.10.3 |
16+
| NagiosTV | 0.9.8 |
1617

1718
### Configurations
1819
Nagios Configuration lives in /opt/nagios/etc

0 commit comments

Comments
 (0)