Skip to content

RajsimmanRavi/service_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Service Monitor

Monitor OpenStack services using REST API calls

Dependencies

This program requires a couple of Golang packages:

Installation Instructions

This section describes the following steps to execute this program

1.Download the source code from Github

git clone https://github.com/RajsimmanRavi/service_monitor.git /path/to/go/src/

2.Edit config.ini file to insert const values such as:

const COMPUTE_PORT = "xxx"
const USER_NAME = "xxx"
const PASSWORD = "xxx"

3.Build the go file

go build service_monitor.go

4.Execute the file

./service_monitor

Contact

If there is any questions, contact me: [email protected]

About

Monitor Openstack services using REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages