This file is indexed.

/etc/xymon/xymonserver.d/postgres.cfg is in hobbit-plugins 20170219.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
TEST2RRD="$TEST2RRD,postgres=ncv,pgblk=ncv,pglck=ncv,pgscn=ncv,pgtbl=ncv,pgtpl=ncv,pgxlg=ncv"

SPLITNCV_postgres="*:GAUGE"
SPLITNCV_pgblk="*:DERIVE"
SPLITNCV_pglck="*:GAUGE"
SPLITNCV_pgscn="*:DERIVE"
SPLITNCV_pgtbl="*:DERIVE"
SPLITNCV_pgtpl="*:DERIVE"
SPLITNCV_pgxlg="*:DERIVE"

GRAPHS="$GRAPHS,postgres,pgblk,pglck,pgscn,pgtbl,pgtpl,pgxlg"