== Add Icinga servers to the Admin CP ==
You will want to add two servers to your HDA Admin Control Panel. One for Icinga and one for IDOUtils.
{{Code|<pre><nowiki>echo 'Server.create(:name => "icinga", :comment => "Icinga")' | (cd /var/hda/platform/html && ./script/console production)</nowiki>}}</pre>
{{Code|<pre><nowiki>echo 'Server.create(:name => "ido2db", :comment => "IDOUtils")' | (cd /var/hda/platform/html && ./script/console production)</nowiki>}}</pre>
Now go to http://hda and visit Setup > Settings > Servers and you will see Icinga and IDOUtils showing up at the bottom.