CrunchyData / pgmonitor

PostgreSQL Monitoring, Metrics Collection and Alerting Resources from Crunchy Data
Other
596 stars 92 forks source link

chore: update build file for new postgres_exporter setup files #355

Closed keithf4 closed 1 year ago

keithf4 commented 1 year ago

Description

Update build file to include new setup file for postgres_exporter materialized views

Please indicate what kind of change your PR includes (multiple selections are acceptable):

If you have an external dependency (packages, portal updates, etc), add the 'BLOCKED' tag to your PR.

Testing

None of the testing listed below is optional.

Code testing

Have you tested your changes against:

If your code touches postgres_exporter, have you:

If your code touches node_exporter, have you:

If your code touches Prometheus, have you:

If your code touches Grafana, have you:

Checklist:

crunchytyler commented 1 year ago

We have a crontab.txt file going into these pg##-extras packages as well. Not sure if you want / need to track that in this file?

keithf4 commented 1 year ago

We have a crontab.txt file going into these pg##-extras packages as well. Not sure if you want / need to track that in this file?

Good catch. Thank you!

Updated to include that and also made the linux queries file folder more broad. There was only one file there before but this should hopefully catch anything in the future.

Also updated something in the docs to have the proper file name.