Skip to content
Snippets Groups Projects

5915 update docs

Merged Hahn Axel (hahn) requested to merge 5915-update-docs into master
6 files
+ 300
177
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 27
0
 
## About the project
 
 
This is a demo of a custom Dashboard for IML Appmonitor using the API to fetch data. It works offline without a webserver using the Javascript fetch() function.
 
 
The Dashboards reads the tags from the IML appmonitor. You can enable/ disable each existing tag. The application section shows the application status of matching apps. The view will be refreshed in the given interval.
 
 
Related project:
 
 
* **IML Appmonitor**\
 
[Docs](https://os-docs.iml.unibe.ch/appmonitor/) |
 
[Source on Github](https://github.com/iml-it/appmonitor)
 
 
### Requirements
 
 
locally:
 
 
* just a webbrowser
 
 
somewhere in the network:
 
 
* an already running IML Appmonitor instance
 
* Appmonitor API must allow access from your ip address in its config (api -> sourceips)
 
* Your application clients use tags
 
 
### Screenshot
 
 
![Screenshot](/images/screenshot_main.png "Screenshot")
Loading