File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def quit_handler(_signo=None, _stack_frame=None):
91
91
if len (commands ) == 2 :
92
92
commands .append ('postgrespro_agent.conf' )
93
93
for klass in Plugin .only_child_subclasses ():
94
- if klass .__name__ != "PgWaitSampling " and klass .__name__ != "Cfs" :
94
+ if klass .__name__ != "WaitSampling " and klass .__name__ != "Cfs" :
95
95
plugins .append (klass (cfg ))
96
96
args .plugin_type = correct_plugin_type (args .plugin_type )
97
97
if args .plugin_type == 'pg' or args .plugin_type == 'sys' or args .plugin_type == 'all' :
@@ -165,7 +165,7 @@ def quit_handler(_signo=None, _stack_frame=None):
165
165
args .plugin_type = correct_plugin_type (args .plugin_type )
166
166
if args .plugin_type == 'pg' or args .plugin_type == 'sys' or args .plugin_type == 'all' :
167
167
for klass in Plugin .only_child_subclasses ():
168
- if klass .__name__ != "PgWaitSampling " and klass .__name__ != "Cfs" : # check if plugin is for EE
168
+ if klass .__name__ != "WaitSampling " and klass .__name__ != "Cfs" : # check if plugin is for EE
169
169
plugins .append (klass (cfg ))
170
170
template = ZbxTemplate (args .template , args .application )
171
171
try :
You can’t perform that action at this time.
0 commit comments