On Jun 4, 2009, at 7:05 AM, James Pifer wrote >> Ndo2db does not automatically start, you need to start it and create >> an init script to start the daemon during boot up. > > Yes, did this and ndo2db is running.
> But I still have a disconnect somewhere. I'm not getting monitoring > information in centreon for the host I have setup. If you query the database directly, do you see data? SELECT * FROM nagios.nagios_hosts WHERE host_name = 'your host_name'; SELECT * FROM nagios.nagios_services s, nagios.nagios_hosts h WHERE h.display_name='your host_name' AND h.host_object_id=s.host_object_id; -- Marc ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
