Skip to content

Commit

Permalink
Update NSCA to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Aug 4, 2024
1 parent d957c98 commit a2bbdbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL name="Nagios"
LABEL nagiosVersion="4.5.3"
LABEL nagiosPluginsVersion="2.4.11"
LABEL nrpeVersion="4.1.1"
LABEL nscaVersion="2.10.2"
LABEL nscaVersion="2.10.3"
LABEL ncpaVersion="3.1.0"
LABEL nagiostvVersion="0.9.2"
LABEL homepage="https://www.nagios.com/"
Expand Down Expand Up @@ -36,7 +36,7 @@ ENV NG_WWW_DIR ${NAGIOS_HOME}/share/nagiosgraph
ENV NAGIOS_BRANCH nagios-4.5.3
ENV NAGIOS_PLUGINS_BRANCH release-2.4.11
ENV NRPE_BRANCH nrpe-4.1.1
ENV NSCA_TAG nsca-2.10.2
ENV NSCA_TAG nsca-2.10.3
ENV NCPA_BRANCH v3.1.0
ENV NAGIOSTV_VERSION 0.9.2

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL name="Nagios"
LABEL nagiosVersion="4.5.3"
LABEL nagiosPluginsVersion="2.4.11"
LABEL nrpeVersion="4.1.1"
LABEL nscaVersion="2.10.2"
LABEL nscaVersion="2.10.3"
LABEL ncpaVersion="3.1.0"
LABEL nagiostvVersion="0.9.2"
LABEL homepage="https://www.nagios.com/"
Expand Down Expand Up @@ -36,7 +36,7 @@ ENV NG_WWW_DIR ${NAGIOS_HOME}/share/nagiosgraph
ENV NAGIOS_BRANCH nagios-4.5.3
ENV NAGIOS_PLUGINS_BRANCH release-2.4.11
ENV NRPE_BRANCH nrpe-4.1.1
ENV NSCA_TAG nsca-2.10.2
ENV NSCA_TAG nsca-2.10.3
ENV NCPA_BRANCH v3.1.0
ENV NAGIOSTV_VERSION 0.9.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Nagios Core running on Ubuntu 24.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, and
| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.11 |
| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.1 |
| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.1.0 |
| [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.2 |
| [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.3 |
| [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.9.2 |

You can find the Docker Hub Registry [HERE](https://hub.docker.com/r/tronyx/nagios) or the GitHub Registry [HERE](https://github.com/tronyx/Docker-Nagios/pkgs/container/nagios).
Expand Down

0 comments on commit a2bbdbe

Please sign in to comment.