Hi Guys,
I’m having problems getting the postgresql monitoring to work.
I’ve configured the postgres plugin according to the general consensus on the internet and have it running happily through python.d.plugin debug postgres and can see the tcp connection getting set up correctly and some data being generated.
However, nothing appears on the cloud dashboard for postgresql.
When I look in the netdata logs (error.log) I’m getting
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.db_stat_temp_files’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.db_stat_temp_bytes’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.db_stat_blks’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.db_stat_tuple_returned’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.db_stat_tuple_write’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.db_stat_transactions’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.db_stat_connections’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.index_count’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.index_size’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.table_count’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.table_size’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.replication_slot’ was suppressed due to non updating
2020-12-17 12:43:58: python.d INFO: postgres[tcp] : chart ‘postgres_BangoProd.standby_delta’ was suppressed due to non updating
which I guess explains the lack of any chart, but I’m not sure why.
Admittedly the database isn’t very busy yet, but its not empty either.
Any ideas?