Ceph Influx Plugin in luminous

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I'm trying to set up a Influx plugin (http://docs.ceph.com/docs/mimic/mgr/influx/). The docs says that it will be available in Mimic release, but I can see it (and enable) in current Luminous. It seems that someone else acutally used it in Luminous (http://lists.ceph.com/pipermail/ceph-users-ceph.com/2018-January/023864.html):

# ceph mgr module ls
{
    "enabled_modules": [
        "balancer",
        "dashboard",
        "influx",
        "restful",
        "status"
    ],
    "disabled_modules": [
        "localpool",
        "prometheus",
        "selftest",
        "zabbix"
    ]
}

I tried the most simple setup (local influxdb without SSL) and configured plugin this way:

# ceph influx config-show
{"username": "ceph", "database": "ceph", "hostname": "localhost", "ssl": false, "verify_ssl": false, "password": "*****", "port": 8086}

Influx is accessible and running. There are no messages in logs but also no measurements in influxdb. Running "ceph influx self-test" produces reasonable output.

(I also tried to connect the plugin to our remote influxdb, same result.

Any ideas?

Thanks! 
Martin
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux