Sign inSign up

openeuler/nagios

Sponsored OSS

By openeuler

Updated 2 months ago

Image
1

6.7K

openeuler/nagios repository overview

Quick reference

Nagios | openEuler

Current Nagios docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Nagios is a host/service/network monitoring program written in C and released under the GNU General Public License, version 2. CGI programs are included to allow you to view the current status, history, etc via a web interface if you so desire.

Learn more on Nagios website.

The tag of each nagios docker image is consist of the version of nagios and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
4.5.10-oe2403sp4nagios 4.5.10 on openEuler 24.03-LTS-SP4amd64, arm64
4.5.10-oe2403sp2nagios 4.5.10 on openEuler 24.03-LTS-SP2amd64, arm64
4.5.9-oe2403sp1Nagios 4.5.9 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/nagios image from docker

    docker pull openeuler/nagios:{Tag}
    
  • Run with an interactive shell

    You can start the container with an interactive shell to use nagios.

    docker run -it --rm openeuler/nagios:{Tag} bash
    
  • Run the nagios process

    This command starts the Nagios Core monitoring system using the specified configuration file (nagios.cfg). It initializes the Nagios daemon, loads the defined hosts, services, and checks, and begins monitoring based on the provided configurations.

    /usr/local/nagios/bin/nagios /opt/nagioscore-nagios/t/etc/nagios.cfg
    

    Parameters:

    • /usr/local/nagios/bin/nagios: The Nagios binary executable.
    • /opt/nagioscore-nagios/t/etc/nagios.cfg: Path to the main Nagios configuration file. Typically located in /opt/nagioscore-nagios/t/etc/nagios.cfg.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:4e9ed869d

Size

255.7 MB

Last updated

2 months ago

docker pull openeuler/nagios

This week's pulls

Pulls:

22

Sep 7 to Sep 13