==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=5539

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #15 from Lari Tanase <[email protected]> ---
I have found the trouble

the wget all script doesn't get all files into local folder ( all
smeserver-nag* files are missing)

I have found a working "workaround"

from sme8/32 fresh install on virtual machine as server-only 


~~~~~~~~~~~~~~~~~
yum update 
signal-event post-ugrade; singnal-event reboot

/sbin/e-smith/db yum_repositories set dag repository \
Name 'Dag - EL5' \
BaseURL 'http://apt.sw.be/redhat/el5/en/$basearch/dag' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \
Visible no \
Exclude freetype,htop,iptraf,rsync,syslinux \
status disabled


signal-event yum-modify

yum install --enablerepo=dag nagios-plugins-setuid perl-Config-Tiny

yum install --enablerepo=dag --enablerepo=smedev  nagios nagios-plugins
perl-Nagios-Plugin pnp4nagios smeserver-nagios smeserver-nagios-backup
smeserver-nagios-plugins-mysql 

/bin/cp -ba /etc/nagios/nagios.cfg-smeserver /etc/nagios/nagios.cfg
/bin/cp -ba /etc/nagios/cgi.cfg-smeserver /etc/nagios/cgi.cfg

mcedit /etc/nagios/nagios.cfg

# change /var/run/nagios.pid > /var/run/nagios/nagios/pid
# change host_perfdata_file=/var/lib/nagios//hostperfdata >
host_perfdata_file=/var/log/nagios//hostperfdata
# change service_perfdata_file=/var/lib/nagios/service-perfdata >
service_perfdata_file=/var/log/nagios/service-perfdata 

mkdir /var/run/nagios
chown nagios:nagios /var/run/nagios

cd /tmp
wget
repo.openfusion.net/centos5-i386/nagios-of-plugins-0.13.8-1.of.el5.noarch.rpm
yum localinstall nagios-of-plugins-0.13.8-1.of.el5.noarch.rpm

config set nagios service Name Nagios PublicAccess global-pw
expand-template /etc/httpd/conf/httpd.conf
service httpd-e-smith restart
service nagios restart

~~~~~~~~~~~~~~~~~~~~

apparently everything works ok - and almost all dependencies are into sme-repo
system

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to