disaster37 / go-centreon-rest

Golang Rest client for Centreon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build GoDoc Go Report Card codecov

go-centreon-rest

Golang Rest client for Centreon The GO client is actually use Rest API v1 because of the Rest API v2 not yet support the action to create, update and delete objects.

The following API call is implemented:

  • Service / Service template:
    • show
    • add
    • del
    • setparam
    • getparam
    • getmacro
    • setmacro
    • delmacro
    • gettrap
    • settrap
    • deltrap
    • getcategory
    • setcategory
    • delcategory
    • getservicegroup
    • setservicegroup
    • delservicegroup
    • sethost

Sample

About

Golang Rest client for Centreon

License:MIT License


Languages

Language:Go 98.7%Language:Makefile 1.3%