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]> 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] > To unsubscribe send an email to [email protected] > _______________________________________________ ceph-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
