-
Notifications
You must be signed in to change notification settings - Fork 4
/
MANIFEST
111 lines (111 loc) · 3.17 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.project
.travis.yml
bin/posemo.pl
bin/posemo_daemon.pl
bin/posemo_install.pl
Build.PL
Changes
conf/posemo-logging.properties
conf/posemo.conf
conf/simple-local.conf
conf/test-example.conf
Documentation/README.md
frontend_connectors/check_mk/checks/posemo
frontend_connectors/check_mk/cmk_posemo_example
frontend_connectors/check_mk/metrics/posemo
frontend_connectors/check_mk/TODO.txt
ignore.txt
lib/Config/FindFile.pm
lib/Log/Log4perl/EasyCatch.pm
lib/MooseX/DBI.pm
lib/MooseX/ListAttributes.pm
lib/PostgreSQL/SecureMonitoring.pm
lib/PostgreSQL/SecureMonitoring/Checks.pm
lib/PostgreSQL/SecureMonitoring/Checks/Activity.pm
lib/PostgreSQL/SecureMonitoring/Checks/Alive.pm
lib/PostgreSQL/SecureMonitoring/Checks/AllocatedBuffers.pm
lib/PostgreSQL/SecureMonitoring/Checks/BackupAge.pm
lib/PostgreSQL/SecureMonitoring/Checks/BGWriterPressure.pm
lib/PostgreSQL/SecureMonitoring/Checks/CacheHitRatio.pm
lib/PostgreSQL/SecureMonitoring/Checks/Checkpoints.pm
lib/PostgreSQL/SecureMonitoring/Checks/CheckpointTime.pm
lib/PostgreSQL/SecureMonitoring/Checks/ConnectionLimit.pm
lib/PostgreSQL/SecureMonitoring/Checks/CRUDCount.pm
lib/PostgreSQL/SecureMonitoring/Checks/DBSize.pm
lib/PostgreSQL/SecureMonitoring/Checks/Primary.pm
lib/PostgreSQL/SecureMonitoring/Checks/ReadWriteTime.pm
lib/PostgreSQL/SecureMonitoring/Checks/SlaveLag.pm
lib/PostgreSQL/SecureMonitoring/Checks/Transactions.pm
lib/PostgreSQL/SecureMonitoring/Checks/Writeable.pm
lib/PostgreSQL/SecureMonitoring/ChecksHelper.pm
lib/PostgreSQL/SecureMonitoring/Install.pm
lib/PostgreSQL/SecureMonitoring/Output/CheckMK.pm
lib/PostgreSQL/SecureMonitoring/Output/JSON.pm
lib/PostgreSQL/SecureMonitoring/Run.pm
lib/Test/PostgreSQL/SecureMonitoring.pm
lib/Test/PostgreSQL/Starter.pm
LICENSE.txt
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.json
META.yml
pod/PostgreSQL/SecureMonitoring/Manual.pod
pod/PostgreSQL/SecureMonitoring/Manual/BuildDebianPackage.pod
pod/PostgreSQL/SecureMonitoring/Manual/CheckModules.pod
pod/PostgreSQL/SecureMonitoring/Manual/OutputModules.pod
pod/PostgreSQL/SecureMonitoring/Manual/Styleguide.pod
pod/PostgreSQL/SecureMonitoring/Manual/UserConfig.pod
pod/PostgreSQL/SecureMonitoring/README.md
README.md
t/000-load.t
t/001-postgresql-start.t
t/003-init-db.t
t/005-postgres-started.pg
t/110-internal-helper.t
t/150-install.t
t/160-install-variants.t
t/210-checks-helper.t
t/215-config-findfile.t
t/220-run-conf.t
t/400-checks-base.t
t/501-alive.pg
t/501-alive.t
t/502-writeable.pg
t/502-writeable.t
t/503-primary.t
t/510-backup-age.pg
t/510-backup-age.t
t/511-activity.pg
t/511-activity.t
t/511-slave-lag.t
t/515-dbsize.t
t/517-connection-limit.t
t/520-transactions.t
t/523-checkpoint-time.t
t/524-allocated-buffers.t
t/525-Checkpoints.t
t/526-bgwriter-pressure.t
t/530-cache-hit-ratio.t
t/531-crud-count.t
t/701-run-json.t
t/702-run-check_mk.t
t/710-run-output.t
t/801-security-definer.pg
t/900-perlcritic.t
t/910-boilerplate.t
t/920-manifest.t
t/930-pod-coverage.t
t/931-pod.t
t/990-postgresql-stop.t
t/conf/posemo-test-logging.properties
t/conf/run-default-checks.conf
t/conf/simple-connerror.conf
t/conf/simple.conf
t/conf/test-example.conf
t/conf/test-nonexistent-logging.conf
t/log-test.properties
t/perlcriticrc
t/perltidyrc
test.sql
TODO.txt