Difference between revisions of "Monitoring Resource Usage of Jobs with cAdvisor"
From GridPP Wiki
								
												
				| Line 5: | Line 5: | ||
then start the service  | then start the service  | ||
  service influxdb start  |   service influxdb start  | ||
| − | In a browser go to http://hostname:8083/ and login using the default username (root) and password (root). To create a database for cAdvisor, specify a database name in the Database Details part of Create a Database and click 'Create Database'.  | + | In a browser go to http://hostname:8083/ and login using the default username (root) and password (root). To create a database for cAdvisor, specify a database name in the 'Database Details' part of 'Create a Database' and click 'Create Database'. Once the database has been created, click on the database name and create a user by specifying the username and password in the 'Create a New Database User' section.  | 
More information available at http://influxdb.com  | More information available at http://influxdb.com  | ||
Revision as of 16:46, 12 May 2015
Installing InfluxDB
Download and install the rpm:
wget https://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm rpm -ivh influxdb-latest-1.x86_64.rpm
then start the service
service influxdb start
In a browser go to http://hostname:8083/ and login using the default username (root) and password (root). To create a database for cAdvisor, specify a database name in the 'Database Details' part of 'Create a Database' and click 'Create Database'. Once the database has been created, click on the database name and create a user by specifying the username and password in the 'Create a New Database User' section.
More information available at http://influxdb.com