[blockquote]7) Start Nagios
Add Nagios to the list of system services and have it automatically start when the system boots.
chkconfig --add nagios
chkconfig nagios on
Verify the sample Nagios configuration files.
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
If there are no errors, start Nagios. [/blockquote]
i followed the quick install for fedora core 6, when i enter “chkconfig --add nagios” i get error directory not found,
though if i enter “/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg” it returns no errors, im presuming that
i have missed somthing during the install process…
thx