Input plugin telegraf for Ipcs linux mqueue

Hi
Need not monitor stat of ipcs mqueue of linux server, is there any input plugin for telegraf available?
Thanks

I don’t believe any of the existing plugins provide the exact same data from the ipcs command. The procstat plugin does gather some data around shared memory, so it may get you some data.

You could write a script to parse the output of the command and then use the exec input plugin to read in that data for now.