Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why is the agent showing an error in my postgres discovery about authentication failed for user “postgres”?

0
10 Posted

Why is the agent showing an error in my postgres discovery about authentication failed for user “postgres”?

0

The Postgres plugin attempts to log into the database server using the username and password of “postgres”. In many installations, this is a default superuser and will work. However, it is also possible that this login could fail for a number of reasons: • The “postgres” user has been deleted. • The password for the “postgres” user has been changed. • On Linux, the administrative login has been set to “ident sameuser”. In many cases, this can be alleviated as follows: • Inventory the discovered Postgres resource. Its availability will show as down and it will not find any child resources. • Navigate to the inventory tab for the Postgres resource. • Under Connection Properties, click the Edit button. • Change the “role name” and “role password” fields to reflect a valid super user account on the Postgres instance. Additionally, Postgres may need to be changed on Linux systems to allow password based logins (i.e. “md5” v. “ident sameuser” settings in the pg_hba.conf file). Consult the Po

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123