Tried that but still fails. # ceph telegraf config-set address test.xyz.com:443 Error EIO: Module 'telegraf' has experienced an error and cannot handle commands: invalid literal for int() with base 10: 'https -- Regards, Nikhil Mitra From: Curt <lightspd@xxxxxxxxx> Date: Thursday, September 22, 2022 at 12:34 PM To: Nikhil Mitra (nikmitra) <nikmitra@xxxxxxxxx> Cc: ceph-users@xxxxxxx <ceph-users@xxxxxxx> Subject: Re: Telegraf plugin reset Hello, If I had to guess : indicates a port number like :443, so it's expecting an int and you are passing a string. Try changing https to 443 On Thu, Sep 22, 2022 at 8:24 PM Nikhil Mitra (nikmitra) <nikmitra@xxxxxxxxx<mailto:nikmitra@xxxxxxxxx>> wrote: Greetings, We are trying to use the telegraf module to send metrics to InfluxDB and we keep facing the below error. Any help will be appreciated, thank you. # ceph telegraf config-show Error EIO: Module 'telegraf' has experienced an error and cannot handle commands: invalid literal for int() with base 10: 'https' # ceph config dump | grep -i telegraf mgr advanced mgr/telegraf/address tcp://test.xyz.com:https * ceph version 14.2.22-110.el7cp -- Regards, Nikhil Mitra _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx<mailto:ceph-users@xxxxxxx> To unsubscribe send an email to ceph-users-leave@xxxxxxx<mailto:ceph-users-leave@xxxxxxx> _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx