Sensor Description name change #8750
-
Hello all, I recently installed a sensor on our network and fudged up the description name. I have been searching to try and find a .conf file to adjust the name, but haven't had any luck. Can anyone point me in the right direction to adjusting the description of the sensor before going through the install again? Much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Good day, The files will be listed in Thank you, |
Beta Was this translation helpful? Give feedback.
Good day,
The files will be listed in
/opt/so/saltstack/local/pillar/minions/
. Look for the name of the node in that directory by using something likels -la
it will follow this format:node-name_node-type.sls
in that file there should be a field callednode_description
(mine is sitting around line 6). Make the changes needed and then runsudo salt '*' state.highstate
. Once completed your description should be updated.Thank you,
Nick