Skip to content

Commit

Permalink
Update NagiosTV to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed May 27, 2024
1 parent ead6867 commit 6927f7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL nagiosPluginsVersion="2.4.10"
LABEL nrpeVersion="4.1.0"
LABEL nscaVersion="2.10.2"
LABEL ncpaVersion="3.1.0"
LABEL nagiostvVersion="0.8.7"
LABEL nagiostvVersion="0.9.0"
LABEL homepage="https://www.nagios.com/"
LABEL maintainer="Tronyx <tronyx@tronflix.app>"

Expand Down Expand Up @@ -38,7 +38,7 @@ ENV NAGIOS_PLUGINS_BRANCH release-2.4.10
ENV NRPE_BRANCH nrpe-4.1.0
ENV NSCA_TAG nsca-2.10.2
ENV NCPA_BRANCH v3.1.0
ENV NAGIOSTV_VERSION 0.8.7
ENV NAGIOSTV_VERSION 0.9.0

RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \
echo postfix postfix/mynetworks string "127.0.0.0/8" | debconf-set-selections && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL nagiosPluginsVersion="2.4.10"
LABEL nrpeVersion="4.1.0"
LABEL nscaVersion="2.10.2"
LABEL ncpaVersion="3.1.0"
LABEL nagiostvVersion="0.8.7"
LABEL nagiostvVersion="0.9.0"
LABEL homepage="https://www.nagios.com/"
LABEL maintainer="Tronyx <tronyx@tronflix.app>"

Expand Down Expand Up @@ -38,7 +38,7 @@ ENV NAGIOS_PLUGINS_BRANCH release-2.4.10
ENV NRPE_BRANCH nrpe-4.1.0
ENV NSCA_TAG nsca-2.10.2
ENV NCPA_BRANCH v3.1.0
ENV NAGIOSTV_VERSION 0.8.7
ENV NAGIOSTV_VERSION 0.9.0

RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \
echo postfix postfix/mynetworks string "127.0.0.0/8" | debconf-set-selections && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL nagiosPluginsVersion="2.4.10"
LABEL nrpeVersion="4.1.0"
LABEL nscaVersion="2.10.2"
LABEL ncpaVersion="3.1.0"
LABEL nagiostvVersion="0.8.7"
LABEL nagiostvVersion="0.9.0"
LABEL homepage="https://www.nagios.com/"
LABEL maintainer="Tronyx <tronyx@tronflix.app>"

Expand Down Expand Up @@ -38,7 +38,7 @@ ENV NAGIOS_PLUGINS_BRANCH release-2.4.10
ENV NRPE_BRANCH nrpe-4.1.0
ENV NSCA_TAG nsca-2.10.2
ENV NCPA_BRANCH v3.1.0
ENV NAGIOSTV_VERSION 0.8.7
ENV NAGIOSTV_VERSION 0.9.0

RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \
echo postfix postfix/mynetworks string "127.0.0.0/8" | debconf-set-selections && \
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 22.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, Chec
| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.0 |
| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.1.0 |
| [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.2 |
| [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.8.7 |
| [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.9.0 |

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 6927f7c

Please sign in to comment.