Right I think I may be getting things to work. Thanks Alexandre for your email I think I have all the bits finally worked out.
I am running a centos 6 server for a customer, with MailScanner, ClamAV, Spamassassin as a firewall and internal network monitor therefore my desire to have smokeping running. Previously under Centos 5 my howto worked find and every things installed in a snap. Since moving to Centos 6 I have been working though a heap of problems. So my how to for Smokeping is here: http://ai.net.nz/gettinghelp/how-do-i/centos-servers/67-5-packages-04-smokeping.html -- Tony Arcus Systems and Network Engineer Access Information Limited PO Box 122 Carterton Wairarapa Phone : 06-379-6668 Phone : 04-831-1401 Email : [email protected] Cell : 021-827-660 This email and any accompanying documentation may contain privileged and confidential information. If you are not the intended recipient, your use of the information is strictly prohibited. Quoting Alexandre COLONNA <[email protected]>: > Hi I forgot ! > > With centos you could encountered some trouble with selinux try make a > setenforce 0 or use semanage command > * > * > *Cheers* > * > * > *Alex* > > > 2011/12/7 Alexandre COLONNA <[email protected]> > >> Hi >> it's quite simple to install smokeping on centos 6, which version did you >> install ? >> >> For the latest version, you must follow the "install" tutorial on >> http://oss.oetiker.ch/smokeping/doc/smokeping_install.en.html >> >> After that you must allow cgi execution in your httpd.conf for the >> directory /var/www/html and if you have an .htaccess add those lines to >> allow cgi execution: >> >> AddHandler cgi-script .cgi >> Options +ExecCGI >> >> If you use "fcgi" you must enable EPEL depot : yum --enablerepo epel >> then install fast-cgi and httpd-devel : yum install mod_fcgid httpd-devel >> >> After that you must edit your config file in /opt/smokeping/etc/config to >> put the good link: >> imgcache = /opt/smokeping/img >> imgurl = ../smokeping/img >> datadir = /opt/smokeping/data >> piddir = /opt/smokeping/var >> cgiurl = http://www.exemple.com/smokeping/smokeping.fcgi >> smokemail = /opt/smokeping/etc/smokemail >> tmail = /opt/smokeping/etc/tmail >> >> After that don't forget to create some directories like /opt/smokeping/img >> /opt/smokeping/img/data and /opt/smokeping/img/var >> >> Now you could make symbolics links in your /var/www/html, e.g : >> ln -s /opt/smokeping/htdocs /var/www/html/smokeping >> ln -s /opt/smokeping/img /var/www/html/smokeping >> >> And normally (maybe i'm going too fast) it's done ! >> maybe you will encountered some trouble about permissions. >> In my case iput the file img in chmod 777 and the htdoc in 755 >> >> Good luck and tell me if it's ok >> >> cheers >> >> Alex >> > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
