Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 241 Bytes

web_app.md

File metadata and controls

16 lines (14 loc) · 241 Bytes

Web Application

Request example

POST /monitoring/web-app-01

Request body:

{
	"plugin": "web_app",
	"plugin_info": {
			"host_ip":"10.57.4.1",
			"host_username": "ubuntu",
			"log_path":"/var/log/web-app.log"
	}
}