Skip to content

Commit b1142e8

Browse files
authored
Update static.yaml
First commit to make descriptions consistent.
1 parent 6f68313 commit b1142e8

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

data/static.yaml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
pe_status_check::checks:
2-
S0001: "Determines if Puppet agent Service is running"
3-
S0002: "Determines if pxp-agent Service is running"
4-
S0003: "Determines if Infrastructure components are running in NOOP"
5-
S0004: "Determines if the status endpoint for puppet server returns all is well"
6-
S0005: "Determines if CA expires within 90 days"
7-
S0006: "Determines if Puppet Metrics Collector is Enabled and collecting Metrics"
8-
S0007: "Determines if there is at least 20% disk free on postgres Data partition"
9-
S0008: "Determines if there is at least 20% disk free on the Codedir Data Partition"
10-
S0009: "Determines if Pe-puppetsever Service is Running and Enabled on relevant components"
11-
S0010: "Determines if Pe-puppetdb Service is Running and Enabled on relevant components"
12-
S0011: "Determines if Pe-postgres Service is Running and Enabled on relevant components"
13-
S0012: "Determines if Puppet produced a report within the last run interval"
14-
S0013: "Determines if a catalog successfully applied on Puppet Agent Last run"
15-
S0014: "Determines if anything in the command queue is older than a Puppet Run Interval"
16-
S0015: "Determines if the infrastructure agent host certificate is expiring within 90 days"
17-
S0016: "Determines if there are any OutOfMemory errors in the Puppetserver JVM"
18-
S0017: "Determines if there are any OutOfMemory errors in the Puppetdb JVM"
19-
S0018: "Determines if there are any OutOfMemory errors in the Orchestrator JVM"
20-
S0019: "Determines if there are sufficient jrubies available to serve agents"
21-
S0020: "Determines if the Console status api reports all services as running"
22-
S0021: "Determines if free memory is less than 10%"
23-
S0022: "Determines if there is a valid Puppet Enterprise license in place at /etc/puppetlabs/license.key on your primary which is not going to expire in the next 90 days"
24-
S0023: "Determines if the CA CRL expires within 90 days"
25-
S0024: "Determines if there are files in the puppetdb discard directory newer than 1 week old"
26-
S0025: "Determines if the host copy of the CRL expires within 90 days"
27-
S0026: "Determines if the Puppet Server JVM Heap-Max is set to an inefficient volume"
28-
S0027: "Determines if the Puppetdb JVM Heap-Max is set to an inefficient volume"
2+
S0001: "Checks that Puppet agent service is running"
3+
S0002: "Checks that pxp-agent service is running"
4+
S0003: "Checks that noop mode is not enabled for infrastructure components"
5+
S0004: "Checks that the status endpoint for Puppet Server is returning an error-free status"
6+
S0005: "Checks whether CA expires within 90 days"
7+
S0006: "Checks that Puppet metrics collector is enabled and collecting metrics"
8+
S0007: "Checks that there is at least 20% disk space free on PostgreSQL data partition"
9+
S0008: "Checks that there is at least 20% disk space free on the codedir data partition"
10+
S0009: "Checks that pe-puppetsever service is running and enabled on relevant components"
11+
S0010: "Checks that pe-puppetdb service is running and enabled on relevant components"
12+
S0011: "Checks that pe-postgres service is running and enabled on relevant components"
13+
S0012: "Checks that Puppet produced a report within the last run interval"
14+
S0013: "Checks that a catalog was successfully applied on last Puppet agent run"
15+
S0014: "Checks that no items in the command queue are older than a Puppet run interval"
16+
S0015: "Checks whether the infrastructure agent host certificate expires within 90 days"
17+
S0016: "Checks that there are no OutOfMemory errors in the Puppet Server JVM"
18+
S0017: "Checks that there are no OutOfMemory errors in the PuppetDB JVM"
19+
S0018: "Checks that there are no OutOfMemory errors in the Orchestrator JVM"
20+
S0019: "Checks that there are sufficient JRubies available to serve agents"
21+
S0020: "Checks that the console status API reports all services as running"
22+
S0021: "Checks that free memory is more than 10%"
23+
S0022: "Checks that there is a valid Puppet Enterprise license in place at /etc/puppetlabs/license.key on your primary which is not going to expire in the next 90 days"
24+
S0023: "Checks whether the CA CRL expires within 90 days"
25+
S0024: "Checks that there are no files in the PuppetDB discard directory newer than 1 week old"
26+
S0025: "Checks whether the host copy of the CRL expires within 90 days"
27+
S0026: "Checks that the Puppet Server JVM heap max is set to an efficient volume"
28+
S0027: "Checks that the Puppetdb JVM heap max is set to an efficient volume"
2929
S0028: "Determines"
30-
S0029: "Determines if the number of current connections to Postgresql DB is approaching 90% of the max_connections defined"
31-
S0030: "Determines when infrastructure components that run with the setting use_cached_catalog are set to true"
32-
S0031: "Determines if old PE agent packages still exist on the Primary server"
30+
S0029: "Checks whether the number of current connections to PostgreSQL DB is approaching 90% of the max_connections defined"
31+
S0030: "Checks that use_cached_catalog is set to false for infrastructure nodes"
32+
S0031: "Checks whether old PE agent packages still exist on the primary server"
3333
S0032: "Determines"
34-
S0033: "Determines if modern Hiera 5 is in use"
35-
S0034: "Determines if PE installation has not been upgraded within a year"
36-
S0035: "Determines if puppet module list is returning any warnings"
37-
S0036: "Determines if max-queued-requests is set above 150"
34+
S0033: "Checks that modern Hiera 5 is in use"
35+
S0034: "Checks that the PE installation was upgraded within the past year"
36+
S0035: "Checks that Puppet module list returns no warnings"
37+
S0036: "Checks that max-queued-requests is set under 150"
3838
S0037: "Determines"
39-
S0038: "Determines whether the number of environments within $codedir/environments is less than 100"
40-
S0039: "Determines if Puppetserver has a non zero queue-limit-hit-rate"
41-
S0040: "Determines if the deployment is collecting system metrics"
42-
S0041: "Determines if the pxp broker has an established connection to another pxp broker"
43-
S0042: "Determines if the pxp-agent has an established connection to a pxp broker"
44-
S0044: "Determines if Puppet Servers are using the the PE classifier for the node data plugin"
45-
AS001: "Determines if the agent host certificate is expiring within 90 days"
46-
AS002: "Determines if the pxp-agent has an established connection to a pxp broker"
47-
AS003: "Determines the certname configuration parameter is incorrectly set outside of the [main] section of the puppet.conf file"
48-
AS004: "Determines if the host copy of the CRL expires within 90 days"
39+
S0038: "Checks that the number of environments within $codedir/environments is less than 100"
40+
S0039: "Checks that Puppet Server has a non zero queue-limit-hit-rate"
41+
S0040: "Checks that the deployment is collecting system metrics"
42+
S0041: "Checks that the pxp broker has an established connection to another pxp broker"
43+
S0042: "Checks that the pxp-agent has an established connection to a pxp broker"
44+
S0044: "Checks that Puppet Servers are using the the PE classifier for the node data plugin"
45+
AS001: "Checks whether the agent host certificate expires within 90 days"
46+
AS002: "Checks that the pxp-agent has an established connection to a pxp broker"
47+
AS003: "Checks that the certname configuration parameter is correctly set inside the [main] section of the puppet.conf file"
48+
AS004: "Checks whether the host copy of the CRL expires within 90 days"
4949

0 commit comments

Comments
 (0)