Forgot to save the admin password on one of the latest check_mk site I built.
su - mysite cd etc ls -l htpasswd OMD[mysite]:~/etc$ ls -l htpasswdExample: check_mk version 1.4:
lambert:!$1$042926$lmAEb.P5TAi0sZfiGyWHX. omdadmin:M29dfyFjgy5iAcheck_mk version 1.5:
automation:$1$857531$PzhNz/zMdQv8xGu68EZhD. cmkadmin:$1$386620$Xe5mZKwrPRlzx0BvZCJM8.
htpasswd htpasswd omdadmin # set password for user *omdadmin* New password: Re-type new password:You should be good! Have a nice day!
ls -l htpasswd
ReplyDeleteyou sure you didnt mean to "cat" htpasswd?
thanks, fixed.
Delete