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 <[email protected]> Date: Thursday, September 22, 2022 at 12:34 PM To: Nikhil Mitra (nikmitra) <[email protected]> Cc: [email protected] <[email protected]> Subject: Re: [ceph-users] 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) <[email protected]<mailto:[email protected]>> 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 -- [email protected]<mailto:[email protected]> To unsubscribe send an email to [email protected]<mailto:[email protected]> _______________________________________________ ceph-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
