I have followed the instructions on the wiki to install ido2db and icinga-web 
(of course everything else needed to monitor it). I have configured it so that 
one of my nodes (the master) has the web browser and database on it. I can view 
the webpage fine and can connect to the database from every node in the cluster 
(using the user and pass the system will be using). I restart the daemons 
(service icinga restart;service ido2db restart) and check the log file 
(/var/log/syslog) and it says that ido2db has successfully connected to the 
database. Of course I configured the ido2db.cfg file to go to that database on 
every computer. My problem is that when I view the webpage all I see is 
localhost when I should see 12 total nodes.OS: Ubuntu 12.04 lts 
serverIcinga-web: icinga-web/v1.9.0 Much help is appriciated. I tried ganglia 
and did not like it. Much better alternative if I could get it to 
work.#######################The Script I Ran on 
nodes##############################!/bin/bashsudo apt-get install -y icinga 
icinga-cgi icinga-core icinga-doc icinga-idoutilssudo scp -P98 
master:/etc/icinga/ido2db.cfg /etc/icinga/.sudo cp 
/usr/share/doc/icinga-idoutils/examples/idoutils.cfg-sample 
/etc/icinga/modules/idoutils.cfg
after all ran I restart icinga and ido2db
######################ido2db.cfg on all nodes (even 
master)###############################lock_file=/var/run/icinga/ido2db.pidido2db_user=nagiosido2db_group=nagiossocket_type=unixsocket_name=/var/lib/icinga/ido.socksocket_perm=0755tcp_port=5668use_ssl=0db_servertype=mysqldb_host=masterdb_port=3306db_name=icingadb_prefix=icinga_db_user=icinga-idoutilsdb_pass="Password"max_timedevents_age=60max_systemcommands_age=1440max_servicechecks_age=1440max_hostchecks_age=1440max_eventhandlers_age=10080max_externalcommands_age=10080max_logentries_age=44640max_acknowledgements_age=44640max_notifications_age=44640max_contactnotifications_age=44640max_contactnotificationmethods_age=44640clean_realtime_tables_on_core_startup=1clean_config_tables_on_core_startup=1trim_db_interval=3600housekeeping_thread_startup_delay=300debug_level=0debug_verbosity=2debug_file=/var/log/icinga/ido2db.debugmax_debug_file_size=100000000debug_readable_timestamp=0oci_errors_to_syslog=1oracle_trace_level=0enable_sla=0
and my database is listening on the internal network (the network all the other 
nodes communicate with it by).                                    
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to