Docker image for Nagios Build Status: Nagios Core running on Ubuntu 24.04 LTS with NagiosGraph & NRPE ProductVersion Nagios Core4.5.7 Nagios Plugins2.4.12 NRPE4.1.1 NCPA3.1.1 NSCA2.10.2 Configurations Nagios Configuration lives in /opt/nagios/etc NagiosGraph configuration lives in /opt/nagiosgrap...
首先,你需要选择一个合适的Nagios Docker镜像。你可以在Docker Hub上搜索“Nagios”来找到可用的镜像。例如,你可以使用官方的Nagios镜像: bash docker pull nagios/nagios4 2. 编写Docker配置文件(如docker-compose.yml),配置Nagios服务 接下来,使用docker-compose.yml文件来配置和启动Nagios服务。以下是一个示例配置文...
容器中nginx的安装位置,只有镜像作者知道,所以这个需要去Docker Hub查看。 4、停止容器 docker stop nginx80 nginx80:容器名称 5、启动容器 docker start nginx80 6、删除容器,删除前,需要把容器停止 # 删除容器,容器必须停止才可以删除 docker rm nginx80 #容器还在运行时,强制删除容器 docker rm -f nginx80...
51CTO博客已为您找到关于Nagios docker容器的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及Nagios docker容器问答内容。更多Nagios docker容器相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
Telegraf简介与实践 简介: 由influxdata公司开发的用于采集系统数据的服务,用纯go编写,通过插件化方式进行采集各种服务(system,docker,redis,nginx,kafka等...特点: 纯go编写,不需要依赖其他组件;消耗相关系统资源比较小;plugins支持多种输入输出插件(采集和上报); 相关连接: github:https://github.com/influxdata.....
Docker-Nagios提供了在docker容器上运行的Nagios服务以及针对Nagios的一系列解决方案:Adagios用于基于Web的Nagios配置,Grafana用于监控指标和仪表板,Ndoutils用于将监控数据传输到MySQL数据库,NCPA&NRDP用于nagios被动检查。 由于docker-image包含大量软件,因此以下内容介绍了该版本的各个组件以及基本信息: Docker baseimage 社区...
git clone https://github.com/harisekhon/Dockerfiles cd Dockerfiles To build all Docker images, just run the make command at the top level: make To build a specific Docker image, enter its directory and run make: cd nagios-plugins make You can also build a specific version by checking...
After running jasonrivers/nagios , my nagios web interface has http issue image1453×221 38.4 KB bluepuma77(Bluepuma77)January 31, 2024, 1:41pm2 It seems your web server needs authentication to request the page. Not really related to Docker....
Docker Community Forums Nagios Http issue General salmanshariff171 (salman shariff) January 31, 2024, 1:00pm 1 After running jasonrivers/nagios , my nagios web interface has http issue image1453×221 38.4 KB bluepuma77 (Bluepuma77) January 31, 2024, 1:41pm 2 It seems your web ...
docker-compose up -d 5、查看服务状态 docker-compose ps 6、浏览器访问: http://ip:1157/ 默认账户密码:admin/hertzbeat. 安装包方式安装 xxx 版本号,执行命令时需改成对应的版本号! 1、下载安装包 apache-hertzbeat-xxx-incubating-bin.tar.gz https://hertzbeat.apache.org/zh-cn/docs/download/ 2、...