Skip to content

Commit b287f8d

Browse files
committed
feat: add type of plugin
1 parent 1a4ca05 commit b287f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/cfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class Cfs(Plugin):
8-
8+
AgentPluginType = 'pg'
99
ratioInterval, ratioCounter = 10, 0
1010
timeRatioInterval = ratioInterval * 60
1111

0 commit comments

Comments
 (0)