nagios服务端监控客户端内存时发现监控不上
在客户端直接执行脚本,报错如下:
# /usr/local/nagios/libexec/check_memory.pl -w 6% -c 3%
-bash: /usr/local/nagios/libexec/check_memory.pl: /usr/bin/perl^M: bad interpreter: No such file or directory解决:
应该是windows编码的文件在Linux无法识别的问题
1. 查看文件的格式
:set ff命令
显示文件格式 fileformat=dos
2. 修改格式为unix然后保存退出
:set ff=unix