Search found 1 match

by msoo
Wed Jan 10, 2018 11:34 am
Forum: Open Source Nagios Projects
Topic: Renaming a parent host
Replies: 1
Views: 1021

Renaming a parent host

Hi all,
I am trying to rename a parent host who has a lot of children and trying to find a better way than going to each child and changing the parent name.
I thought about using find/replace using sed -i 's/OldName/NewName/g' but not sure if that's ideal in this situation.
Any suggestions?
Thanks!