博客
关于我
Nagios 监控平台搭建
阅读量:207 次
发布时间:2019-02-28

本文共 461 字,大约阅读时间需要 1 分钟。

Nagios 是一款开源的免费网络监视工具,广泛应用于对 Windows、Linux 和 Unix 系统、网络设备(如交换机、路由器)以及打印机等的状态监控。在系统或服务状态异常时,能够通过邮件或短信实时通知网站运维人员;一旦状态恢复,也会发送正常运行的确认通知。

Nagios 与 Cacti 的区别

简单来说,Cacti 主要专注于网络流量的监控与展示,而 Nagios 则更注重对系统服务(如服务器状态、邮件等)的监控以及报警功能。尽管两者都具备基本的网络流量监控功能,但 Nagios 的报警机制更为完善,适合对系统稳定性要求较高的场景。二者结合使用,可以覆盖更多监控需求。

Nagios 监控客户端的配置

Nagios 监控远程主机时,通常需要配置 NRPE(Nagios Remote Plugin Executor)插件作为中间代理程序。NRPE 在远程主机上指定的监控项(如内存使用率、硬盘空间等),接收 Nagios 服务器端的命令并返回相关信息。这种架构设计既提高了监控效率,也确保了远程监控的稳定性。

转载地址:http://ugxi.baihongyu.com/

你可能感兴趣的文章
project打开文件时,显示无法识别此文件格式?
查看>>
Prometheus + Grafana on Kubernetes部署
查看>>
prometheus + grafana进行服务器资源监控
查看>>
Prometheus Alertmanager 告警配置详解
查看>>
Prometheus Grafana 展示平台
查看>>
Prometheus pushgateway使用详解
查看>>
Prometheus 云原生 - Prometheus 数据模型、Metrics 指标类型、Exporter 相关
查看>>
Prometheus 云原生 - 基于 file_sd、http_sd 实现 Service Discovery
查看>>
Prometheus 云原生 - 微服务监控报警系统 (Promethus、Grafana、Node_Exporter)部署、简单使用
查看>>
Prometheus 云原生 - 监控 Linux、MySQL、Redis、RabbitMQ、Docker、SpringBoot 3.x
查看>>
Prometheus 介绍
查看>>
Prometheus 安全配置详解
查看>>
prometheus 安装node_exporter, node_exporter 安装最新版 普罗米修思安装监控服务器client
查看>>
Prometheus 安装部署实战
查看>>
prometheus 持久化存储方案
查看>>
Prometheus 监控系统企业级实战
查看>>
Prometheus 监控系统简介
查看>>
Prometheus 配置详解
查看>>
Prometheus 采集器使用详解
查看>>
Prometheus 黑盒监控实战
查看>>