내 디렉터리에 아래와 같은 Nagios 구성 파일이 많이 있는데 모니터링에서 호스트를 제거해야 합니다.
define host{
host_name nmo
use aix-server
alias
hostgroups +bu-automotive-aerospace-prd,screen-automotive-aerospace-prd2
address 10.18.15.7
}
일반적으로 다음과 같이 모니터링에서 호스트를 제거합니다.
1) 호스트 구성 파일을 찾습니다.
root@XXXXX:/home/rakesh/host_decom# grep -irow nmo hosts*
hosts-automotive.cfg:nmo
2) 구성 라인에 주석을 추가합니다.
vim hosts-automotive.cfg
3) 파일을 저장하면 작업이 완료됩니다.
스크립트를 사용하여 이 프로세스를 어떻게 자동화할 수 있나요?