forked from canonical/hotsos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.yaml
101 lines (100 loc) · 2.4 KB
/
plugins.yaml
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
# This is the Python plugin engine. Each plugin is specified with a set of
# parts to be run along with the constituents of the part which must be a list
# of executable items. Items must be callable classes i.e. one that have a
# __call__ method.
#
plugins:
juju:
parts:
charms:
- JujuCharmChecks
machines:
- JujuMachineChecks
units:
- JujuUnitChecks
service_info:
- JujuServiceInfo
openstack:
parts:
service_info:
- OpenstackInfo
- OpenstackPackageChecks
- OpenstackDockerImageChecks
- NeutronServiceChecks
- NeutronL3HAInfo
service_features:
- ServiceFeatureChecks
service_network_checks:
- OpenstackNetworkChecks
agent_event_checks:
- AgentEventChecks
vm_info:
- OpenstackInstanceChecks
- NovaServerMigrationAnalysis
agent_exceptions:
- AgentExceptionChecks
nova_external_events:
- NovaExternalEventChecks
openvswitch:
parts:
service_info:
- OpenvSwitchConfigChecks
- OpenvSwitchPackageChecks
- OpenvSwitchServiceChecks
- OpenvSwitchBridgeChecks
event_checks:
- OpenvSwitchDaemonEventChecks
- OpenvSwitchFlowEventChecks
system:
parts:
general:
- SystemGeneral
checks:
- SystemChecks
kernel:
parts:
info:
- KernelGeneralChecks
memory:
- KernelMemoryChecks
log_event_checks:
- KernelLogEventChecks
kubernetes:
parts:
service_info:
- KubernetesServiceChecks
- KubernetesPackageChecks
- KubernetesResourceChecks
network_checks:
- KubernetesNetworkChecks
rabbitmq:
parts:
cluster_checks:
- RabbitMQClusterChecks
service_info:
- RabbitMQServiceChecks
service_event_checks:
- RabbitMQEventChecks
sosreport:
parts:
plugin_checks:
- SOSReportPluginChecks
storage:
parts:
ceph_service_info:
- CephServiceChecks
- CephPackageChecks
ceph_cluster_checks:
- CephClusterChecks
- CephCrushChecks
ceph_event_checks:
- CephDaemonLogChecks
bcache:
- BcacheDeviceChecks
- BcacheCSetChecks
- BcacheCharmChecks
vault:
parts:
general:
- VaultInstallChecks
- VaultServiceChecks