Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not see any charts on the web page #67

Open
cwhcnxa opened this issue Jul 30, 2014 · 2 comments
Open

Can not see any charts on the web page #67

cwhcnxa opened this issue Jul 30, 2014 · 2 comments

Comments

@cwhcnxa
Copy link

cwhcnxa commented Jul 30, 2014

I installed RedisLive-22e7051 and RedisLive-master, and encountered the same problem, the steps is as follows:

  1. Modified the redis-live.conf as follows:
    {
    "RedisServers":
    [
    {
    "server": "192.168.15.46",
    "port" : 6379
    },
    {
    "server": "192.168.15.46",
    "port" : 6380
    }
    ],
    "DataStoreType" : "sqlite",
    "RedisStatsServer":
    {
    "server" : "ec2-184-72-166-144.compute-1.a...",
    "port" : 6385
    },
    "SqliteStatsStore" :
    {
    "path": "/opt/redis-stat.sqlite"
    }
    }
  2. Added a timer task as follows via crontab:
    */1 * * * * cd /opt/nkrode-RedisLive-22e7051/src; ./redis-monitor.py --duration=15
  3. Viewed the '/var/spool/mail/root' , the timer task seems okay.
  4. Viewed the file '/opt/redis-stat.sqlite', its size is always zero.
  5. Can not see any charts as the attached image on the web page
    2
  6. If setting "DataStoreType" as "redis", will encounter the issue described 'Python 2.6 support is broken on datetime.total_seconds method #63'.
@yorkbai
Copy link

yorkbai commented Apr 23, 2015

if using sqlite file , you can find 'redislive.sqlite' file in path/redislive/db , and setting the path points this file . (you can see like " no found table : monitor" information in the log)

@counter2015
Copy link

here is my conf file

{
	"RedisServers":
	[ 
		{
  			"server": "1.2.3.4",
  			"port" : 6379
		}
	],

	"DataStoreType" : "sqlite",
	
	"SqliteStatsStore" :
	{
		"path":  "db/redislive.sqlite"
	}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants