You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelog.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@ Several changes introduced recently:
78
78
### 2018-01-24
79
79
80
80
- Faraday extension
81
-
82
81
- Some files must be equal or different across sosreports, actually we do have `release` and `ceilometer-yaml` one that rely on this, but this is hard to mantain as each new file will require a new plugin for Risu plus a new plugin for Magui.
83
82
84
83
- In order to simplify this a new extension has been created so adding a new file to monitor no longer requires new plugins for `risu` or `magui` but just creating a text file with some data within as documented on `risuclient/plugins/faraday/README.md`
Copy file name to clipboardExpand all lines: doc/development/magui-plugin-development.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ Magui plugins should conform to the following standards:
12
12
13
13
- Written in python and stored in the `maguiclient/plugins` folder following whatever desired hierarchy (for example, try to match Risu plugins structure for simplicity in filtering)
14
14
- Implement some base functions keeping arguments and data returned as in others:
15
-
16
15
-`init()`
17
16
- Returns list of triggers (array with strings) (contains Risu plugin ID data to act on)
18
17
-`run(data)`
@@ -21,7 +20,6 @@ Magui plugins should conform to the following standards:
21
20
- Returns string with description of plugin
22
21
23
22
- Plugins for Magui should refer to processing of Risu data for doing it's work
24
-
25
23
- In order to do so, each Risu plugins has a unique UID calculated via md5sum via relative path and plugin name.
26
24
- Results are then filtered to get the data for that plugin ID, for example:
0 commit comments