191145692 发表于 2019-1-14 08:56:39

looks like it was orphaned (results never came back)nagios无法取得返回值

  nagios无法取得返回值,查看nagios日志,部分内容如下:
   Warning: The check of service 'CurrentLoad' on host 'kafka-1' looks like it was orphaned (results never came back).I'm scheduling an immediate check of the service...
   Warning: The check of service 'CurrentSwap' on host 'kafka-1' looks like it was orphaned (results never came back).I'm scheduling an immediate check of the service...
   Warning: The check of service 'CurrentDisk' on host 'mal-0' looks like it was orphaned (results never came back).I'm scheduling an immediate check of the service...
   Warning: The check of service 'CurrentMem' on host 'mysql-0' looks like it was orphaned (results never came back).I'm scheduling an immediate check of the service...
   Warning: The check of service 'CurrentSwap' on host 'solr-1' looks like it was orphaned (results never came back).I'm scheduling an immediate check of the service...
   Warning: The check of service 'CurrentDisk' on host 'web-1' looks like it was orphaned (results never came back).I'm scheduling an immediate check of the service...
   Warning: The check of service 'CurrentDisk' on host 'web-2' looks like it was orphaned (results never came back).I'm scheduling an immediate check of the service...
   Warning: The check of service 'CurrentSwap' on host 'web-2' looks like it was orphaned (results never came back).I'm scheduling an immediate check of th
  

  ps -ef|grep nagios查看显示两个nagios进程
  解决:
  pkill nagios 杀掉所有nagios进程
  /etc/init.d/nagios start 启动
  

  

  

  




页: [1]
查看完整版本: looks like it was orphaned (results never came back)nagios无法取得返回值