Setting up Graphios when using OMD/Check_MK
The Graphios instructions provided by the author are accurate, but for those who need some hand-holding (like me), here's the actual process (on CentOS 6.5, OMD 1.20). If you need help, comment and I'll see what I can do. I'm new to this, too. Install pre-reqs Tried using pip, but still had issues with post-setup, so I just cloned from github Install Graphios cd into your cloned repo python setup.py install Edit the config file edit /etc/graphios/graphios.cfg See below because blogger just isn't great for code blocks... Configure service I didn't have much luck with the post-setup, so I did this: edit /etc/init.d/graphios Paste in the contents of: https://github.com/shawn-sterling/graphios/blob/master/init/rhel/graphios Change GRAPHIOS_USER to match your OMD sitename user I changed the log file to: /var/log/graphios.log Then changed permissions/owner on that file to OMD sitename user Probably will need to set up log rotation?... Creat...