Overview of how to change the MnR RabbitMQ ingestion password
Watch4Net/M&R 7.X
Alert-ingestion is a component running in Tomcat that pulls notifications from RabbitMQ and inserts them in to the Notification cache. The RabbitMQ login for this service is ingestion with the default password of changeme. To change this password, you must update both RabbitMQ and the alerts-ingestion configuration with a new matching password.
Procedure:
vi /opt/InCharge/SAM/smarts/tomcat/webapps/alerts-ingestion/WEB-INF/classes/rabbitmq-config.xml
<property name="password" value="changeme" />
<property name="password" value="california" />
<BASDIR>/SAM/smarts/bin/sm_service stop smarts-tomcat
<BASDIR>/SAM/smarts/bin/sm_service start smarts-tomcat