How can i convert a png file to gd2 file to use it at nagios statusmap.
I am using centos and any solutions i found is about ubuntu and didnt work at centos
Statusmap icons
Re: Statusmap icons
You can install pngtogd2 in CentOS with yum install pngtogd2 then use it like pngtogd2 icon.png icon.gd2 0 1.
Former Nagios employee
Re: Statusmap icons
i found this solution at google but didnt worked for me. when executing yum install pngtogd2 i recieve no package available error
Re: Statusmap icons
Sorry about that, my mind was thinking one thing while my hands typed another. The correct command to install should be:
yum install gd-progs
Then you should have the pngtogd2 command.
yum install gd-progs
Then you should have the pngtogd2 command.
Former Nagios employee
Re: Statusmap icons
OK. Now it worked perfect. Thank you for help
Re: Statusmap icons
Great! I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee