-
Notifications
You must be signed in to change notification settings - Fork 34
Check_Mk Monitoring Task Plugin
- Download gocd-check_mk-plugin
- Copy it to Go.CD server plugin external folder (path to go-server/plugins/external)
- Restart go-server service.
A host needs to be created in order to monitor it using Check_MK(i.e Virtual machine on a cloud service)
Select "Monitoring - Check MK" from add task drop down list.
The plugin requires the following parameters and action to be selected:
- CheckMK server - url of the Check_MK monitoring server (i.e http://{server}/{omdsite}/check_mk/webapi.py); the url does not need to be ended in a "/"
- Username - username of the automation account created for the Check_MK server
- Password- password of the automation account created for the Check_MK server
- Select action - add or remove action is required to go to the next steps
Adds a host to the monitoring server. If the host does not exist or some error appeared on the server the task will fail. Get the name and ip of the host from your vCloud: The following parameters will be available and required once Add host action is selected
- Host name - name of the host to be monitored (i.e name of a virtual machine on a cloud server)
- Host Ip - ip of the host to be monitored
- Folder Path - path where the host will be added on the monitoring server (i.e windows/someFolder/otherFolder); the path does not need to be ended in a "/"
Removes a host from the monitoring server. If the host does not exist on the monitoring server the task will return ok anyway(e.g a host exists or does not exist) The following parameters will be available and required once Remove host action is selected
- Host name - name of the host to be removed(i.e name of a virtual machine on a cloud server)