Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .Dockerfile.swp
Binary file not shown.
Binary file added .README.md.swp
Binary file not shown.
12 changes: 6 additions & 6 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.7
ENV NAGIOS_PLUGINS_BRANCH release-2.4.12
ENV NRPE_BRANCH nrpe-4.1.1
ENV NCPA_BRANCH v3.1.1
ENV NSCA_BRANCH nsca-2.10.2
ENV NAGIOSTV_VERSION 0.9.2
ENV NAGIOS_BRANCH nagios-4.5.12
ENV NAGIOS_PLUGINS_BRANCH release-2.5
ENV NRPE_BRANCH nrpe-4.1.3
ENV NCPA_BRANCH v3.3.1
ENV NSCA_BRANCH nsca-2.10.3
ENV NAGIOSTV_VERSION 0.9.8


RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ Nagios Core running on Ubuntu 24.04 LTS with NagiosGraph & NRPE

| Product | Version |
| ------- | ------- |
| Nagios Core | 4.5.7 |
| Nagios Plugins | 2.4.12 |
| NRPE | 4.1.1 |
| NCPA | 3.1.1 |
| NSCA | 2.10.2 |
| Nagios Core | 4.5.12 |
| Nagios Plugins | 2.5 |
| NRPE | 4.1.3 |
| NCPA | 3.3.1 |
| NSCA | 2.10.3 |
| NagiosTV | 0.9.8 |

### Configurations
Nagios Configuration lives in /opt/nagios/etc
Expand Down