Linux command
naemon 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Start Naemon
sudo naemon /etc/naemon/naemon.cfg
Verify configuration
naemon -v /etc/naemon/naemon.cfg
Start as daemon
sudo systemctl start naemon
Check status
sudo systemctl status naemon
说明
Naemon is a network monitoring application that monitors hosts and services and alerts when problems occur. It's a fork of Nagios focused on performance and modern features. Naemon uses plugins for checks and provides a web interface through Thruk.
参数
- -v
- Verify configuration.
- -d
- Run as daemon.
- -s
- Show scheduling info.
- -p _file_
- PID file location.
- --help
- Show help.
FAQ
What is the naemon command used for?
Naemon is a network monitoring application that monitors hosts and services and alerts when problems occur. It's a fork of Nagios focused on performance and modern features. Naemon uses plugins for checks and provides a web interface through Thruk.
How do I run a basic naemon example?
Run `sudo naemon /etc/naemon/naemon.cfg` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -v do in naemon?
Verify configuration.