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-reqsTried using pip, but still had issues with post-setup, so I just cloned from githubInstall Graphioscd into your cloned repopython setup.py installEdit the config fileedit /etc/graphios/graphios.cfgSee below because blogger just isn't great for code blocks...Configure serviceI didn't have much luck with the post-setup, so I did this:edit /etc/init.d/graphiosPaste in the contents of: https://github.com/shawn-sterling/graphios/blob/master/init/rhel/graphiosChange GRAPHIOS_USER to match your OMD sitename userI changed the log file to: /var/log/graphios.logThen changed permissions/owner on that file to OMD sitename userProbably will need to set up log rotation?...Create spool dir/omd/sites/SITENAME/var/graphios/sp…
Install pre-reqsTried using pip, but still had issues with post-setup, so I just cloned from githubInstall Graphioscd into your cloned repopython setup.py installEdit the config fileedit /etc/graphios/graphios.cfgSee below because blogger just isn't great for code blocks...Configure serviceI didn't have much luck with the post-setup, so I did this:edit /etc/init.d/graphiosPaste in the contents of: https://github.com/shawn-sterling/graphios/blob/master/init/rhel/graphiosChange GRAPHIOS_USER to match your OMD sitename userI changed the log file to: /var/log/graphios.logThen changed permissions/owner on that file to OMD sitename userProbably will need to set up log rotation?...Create spool dir/omd/sites/SITENAME/var/graphios/sp…