Skip to content
This documentation applies to Codacy Self-hosted v1.1.0

For the latest updates and improvements, see the latest Cloud documentation instead.

Monitoring

Setting up monitoring using Crow

Crow displays information about the projects that are pending analysis and the jobs currently running on Codacy.

Crow is installed alongside Codacy when the Helm chart is deployed to the cluster. By default, you can access Crow as follows:

  • URL: http://<codacy hostname>/monitoring, where <codacy hostname> is the hostname of your Codacy instance
  • Username: codacy
  • Password: C0dacy123

We highly recommend that you define a custom password for Crow, if you haven't already done it when installing Codacy:

  1. Edit the value of crow.config.passwordAuth.password in the values-production.yaml file that you used to install Codacy:

    crow:
      config:
        passwordAuth:
          password: C0dacy123
    
  2. Apply the new configuration by performing a Helm upgrade. To do so execute the command used to install Codacy:

    Important

    If you are using MicroK8s you must use the file values-microk8s.yaml together with the file values-production.yaml.

    To do this, uncomment the last line before running the helm upgrade command below.

    helm upgrade (...options used to install Codacy...) \
                 --recreate-pods \
                 --version 1.1.0 \
                 --values values-production.yaml \
                 # --values values-microk8s.yaml
    

Share your feedback 📢

Did this page help you?

Thanks for the feedback! Is there anything else you'd like to tell us about this page?

We're sorry to hear that. Please let us know what we can improve:

Alternatively, you can create a more detailed issue on our GitHub repository.

Thanks for helping improve the Codacy documentation.

If you have a question or need help please contact support@codacy.com.

Last modified August 25, 2020