Skip to content

Commit

Permalink
Merge pull request #167 from wolframroesler/latestversion
Browse files Browse the repository at this point in the history
Update everything to latest versions
  • Loading branch information
JasonRivers authored Jun 5, 2024
2 parents 868016b + 5b705ce commit eaa4752
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ ENV NG_NAGIOS_CONFIG_FILE ${NAGIOS_HOME}/etc/nagios.cfg
ENV NG_CGI_DIR ${NAGIOS_HOME}/sbin
ENV NG_WWW_DIR ${NAGIOS_HOME}/share/nagiosgraph
ENV NG_CGI_URL /cgi-bin
ENV NAGIOS_BRANCH nagios-4.5.0
ENV NAGIOS_PLUGINS_BRANCH release-2.4.7
ENV NAGIOS_BRANCH nagios-4.5.2
ENV NAGIOS_PLUGINS_BRANCH release-2.4.10
ENV NRPE_BRANCH nrpe-4.1.0
ENV NCPA_BRANCH v2.4.1
ENV NCPA_BRANCH v3.1.0
ENV NSCA_BRANCH nsca-2.10.2
ENV NAGIOSTV_VERSION 0.8.7
ENV NAGIOSTV_VERSION 0.9.2


RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Docker image for Nagios

Build Status: [![Build Status](https://travis-ci.org/JasonRivers/Docker-Nagios.svg?branch=master)](https://travis-ci.org/JasonRivers/Docker-Nagios)

Nagios Core 4.4.14 running on Ubuntu 22.04 LTS with NagiosGraph & NRPE
Nagios Core 4.5.2 running on Ubuntu 22.04 LTS with NagiosGraph & NRPE

| Product | Version |
| ------- | ------- |
| Nagios Core | 4.5.0 |
| Nagios Plugins | 2.4.7 |
| Nagios Core | 4.5.2 |
| Nagios Plugins | 2.4.10 |
| NRPE | 4.1.0 |
| NCPA | 2.4.1 |
| NCPA | 3.1.0 |
| NSCA | 2.10.2 |

### Configurations
Expand Down

0 comments on commit eaa4752

Please sign in to comment.