Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 254 Bytes

openstack_generic.md

File metadata and controls

16 lines (14 loc) · 254 Bytes

Openstack Generic

Request example

POST /monitoring/os-generic-s8bc3

Request body:

{
	"plugin": "openstack_generic",
	"plugin_info": {
			"host_ip":"10.57.4.1",
			"expected_time": 360,
			"log_path":"/var/log/web-app.log"
	}
}