munin ホスト名、サーバ名、グループ名変更

rename

特に以下のファイル群は数が多いので、手動での変更は厳しい。参考サイトのワンライナーを使わせてもらう。

cd /var/lib/munin/domain.com/
for A in $(ls | grep localhost); do sudo mv ${A} $(echo ${A} | sed -e "s/localhost/newserver.domain.com/"); done

CentOS7 で munin のホスト名を変える - Qiita 2019

https://nullpopopo.blogcube.info/2015/07/munin-nodenamechange.html 2015