Plugin for Mibew, get statement based on the availability of operators.
Go to file
2016-11-04 19:06:51 +08:00
archive add archive file and build tool, move src file to src folder 2016-10-16 16:10:06 +08:00
src set Access-Control-Allow-Origin 2016-11-04 19:06:51 +08:00
build.sh add archive file and build tool, move src file to src folder 2016-10-16 16:10:06 +08:00
LICENSE Initial commit 2016-10-16 11:21:04 +08:00
README.md add archive file and build tool, move src file to src folder 2016-10-16 16:10:06 +08:00

mibew-operator-status-plugin

Plugin for Mibew, get statement based on the availability of operators.

Useage

Request <MIBEW-BASE-URL>/opstatus?code=<OPERATOR-CODE>, your will get true when operator is online or false when operator is offline.

Install

  1. Get the archive with the plugin sources from link bellow:
  1. Untar/unzip the plugin's archive.

  2. Put files of the plugins to the <MIBEW-ROOT>/plugins folder.

  3. Navigate to <MIBEW-BASE-URL>/operator/plugin page 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
...

License

MIT