Cleanup
This commit is contained in:
parent
0a05102bc1
commit
2ad9158cfe
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ configure~
|
|||||||
install-sh
|
install-sh
|
||||||
missing
|
missing
|
||||||
__pycache__
|
__pycache__
|
||||||
|
venv
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
bin_SCRIPTS = pgmon.py
|
|
||||||
dist_doc_DATA = README ChangeLog pgmon_templates.yaml
|
|
||||||
11
configure.ac
11
configure.ac
@ -1,11 +0,0 @@
|
|||||||
AC_INIT([pgmon], [0.0.1], [modus.tollens@shh-dot-com.org])
|
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE
|
|
||||||
|
|
||||||
AM_PATH_PYTHON([3.6])
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
|
||||||
Makefile
|
|
||||||
])
|
|
||||||
|
|
||||||
AC_OUTPUT
|
|
||||||
@ -30,7 +30,7 @@ metrics:
|
|||||||
ntables:
|
ntables:
|
||||||
type: value
|
type: value
|
||||||
query:
|
query:
|
||||||
0: file:sql/ntables.sql
|
0: SELECT count(*) AS ntables FROM pg_stat_user_tables
|
||||||
|
|
||||||
# Per-replication metrics
|
# Per-replication metrics
|
||||||
rep_stats:
|
rep_stats:
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
SELECT count(*) AS ntables FROM pg_stat_user_tables;
|
|
||||||
Loading…
Reference in New Issue
Block a user