mirror of
https://github.com/Mibew/mibew-operator-status-plugin.git
synced 2025-10-28 17:05:52 +03:00
Plugin for Mibew, get statement based on the availability of operators.
| Controller | ||
| .gitignore | ||
| build.sh | ||
| composer.json | ||
| LICENSE | ||
| Plugin.php | ||
| README.md | ||
| routing.yml | ||
mibew-operator-status-plugin
Plugin for Mibew, get statement based on the availability of operators.
Useage
Request <MIBEW-BASE-URL>/opstatus/<OPERATOR-CODE>, your will get true when operator
is online or false when operator is offline.
Install
-
Get the archive with the plugin sources from release page:
-
Untar/unzip the plugin's archive.
-
Put files of the plugins to the
<MIBEW-ROOT>/pluginsfolder. -
Navigate to
<MIBEW-BASE-URL>/operator/pluginpage and enable the plugin.
Tips: if you plugin state is "not initialized", please check <MIBEW-ROOT>/configs/config.yml file is not:
...
plugins: []
...
and should be like this:
...
plugins:
"SomePlugin":
key: value
...