Skip to content
Snippets Groups Projects
Commit 289758f6 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs

parent fb6bb057
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
| | | | ___ ___ ___| |___ ___|_| |_ ___ ___ | | | | ___ ___ ___| |___ ___|_| |_ ___ ___
|- -| | | | |__ | .'| . | . | | | | . | | | _| . | _| |- -| | | | |__ | .'| . | . | | | | . | | | _| . | _|
|_____|_|_|_|_____| |__,| _| _|_|_|_|___|_|_|_|_| |___|_| |_____|_|_|_|_____| |__,| _| _|_|_|_|___|_|_|_|_| |___|_|
|_| |_| |_| |_| CLI client v0.8
CLI client v0.7
This client performs appmonitor checks and puts the results as JSON to stdout. This client performs appmonitor checks and puts the results as JSON to stdout.
It contains all checks that are available in the PHP appmonitor client. It contains all checks that are available in the PHP appmonitor client v0.155.
You can use the compiled binary to monitor any non PHP webapp without You can use the compiled binary to monitor any non PHP webapp without
implementing the checks for your programming language. implementing the checks for your programming language.
......
...@@ -19,7 +19,7 @@ On my test system I've installed with Chocolatey: ...@@ -19,7 +19,7 @@ On my test system I've installed with Chocolatey:
* PHP 8.4.4 * PHP 8.4.4
* Wget * Wget
During install the spc build process failed while compiling `libiconv`. 🤕 During install the spc build process failed while compiling `libiconv`.
I will continue if I found a solution or it. I will continue if I found a solution or it.
## Prepare environment ## Prepare environment
......
<html> <html>
<div class="hero"> <div class="hero">
<h2>Appmonitor CLI</h2> <h2>Appmonitor CLI</h2>
Cli client of IML appmonitor for non PHP web projects Compiled cli client of IML appmonitor for non PHP web projects
</div> </div>
</html> </html>
It is a sister project for <https://github.com/iml-it/appmonitor>.
👤 Author: Axel Hahn; Institute for Medical Education; University of Bern \ 👤 Author: Axel Hahn; Institute for Medical Education; University of Bern \
📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/appmonitor-cli-client> \ 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/appmonitor-cli-client> \
📜 License: GNU GPL 3.0 \ 📜 License: GNU GPL 3.0 \
......
# POC Appmonitor client cli # Appmonitor client as cli binary
💡 **Idea**: For non PHP systems we prepare a compiled binary containing all written PHP checks. Then those non PHP systems do not need to implement the checks again. 💡 **Idea**: For non PHP systems we prepare a compiled binary containing all written PHP checks. Then those non PHP systems do not need to implement the checks again.
It is a sister project for <https://github.com/iml-it/appmonitor>.
👤 Author: Axel Hahn; Institute for Medical Education; University of Bern \ 👤 Author: Axel Hahn; Institute for Medical Education; University of Bern \
📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/appmonitor-cli-client> \ 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/appmonitor-cli-client> \
📜 License: GNU GPL 3.0 \ 📜 License: GNU GPL 3.0 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment