On 29.07.2013 18:20, Schmiechen, Sarah wrote: > Hi all > > Yes, I was talking about icinga-web, not icinga classic. > > How would you do a autologin to a dashboard, like you mention? Is that > something you ca set up in Icinga, or more something managed via Apache, > or what?
i would go with http basic auth (samples in ./app/modules/AppKit/config/auth.xml.in) and configure that as auth provider in etc/conf.d/auth.xml Having that one done, I would configure apache to use SetEnvIf (e.g. based on the ip address range) and setting REMOTE_USER as auth information for Icinga Web doing all the authentication within the webserver, as well as using Allow from <iprange> in combination with satisfy any (assuming that your webserver isn't firewalled). same method applies for icinga classic as standalone dashboard then too (except the auth.xml part, as the cgis directly read REMOTE_USER env). though, haven't tested that with icinga web yet. > > Thanks, > Sarah > > -- > SWAMP Developer, High Throughput Computing Group > Indiana University Research Technologies division of UITS; Research > Technologies is a PTI Cyberinfrastructure& Service Center. > > > > > > > On 7/25/13 4:52 PM, "Michael Friedrich"<[email protected]> > wrote: > >> On 25.07.2013 22:25, Schmiechen, Sarah wrote: >>> Hello, >>> >>> Is there a way to set up the Icinga-web interface to display some >>> monitoring information without logging in? I'd like to make some of my >>> monitoring publicly available, without hitting the login page. >> Define "some" ... and keep in mind that it's not that easy keeping parts >> of the application protected via ldap/apache, and some not. that would >> rather scream for a seperated install without authentication (or sort of >> autologon with restricted user permissions, for something like a >> dashboard). >> >>> But then I'd like to keep some of my monitoring (and the >>> administration, obviously) behind LDAP authentication. >>> >>> Thanks, >>> Sarah >>> >>> -- >>> SWAMP Developer, High Throughput Computing Group >>> Indiana University Research Technologies division of UITS; Research >>> Technologies is a PTI Cyberinfrastructure& Service Center. >>> >>> >>> >>> ------------------------------------------------------------------------- >>> ----- >>> See everything from the browser to the database with AppDynamics >>> Get end-to-end visibility with application monitoring from AppDynamics >>> Isolate bottlenecks and diagnose root cause in seconds. >>> Start your free trial of AppDynamics Pro today! >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clkt >>> rk >>> >>> >>> _______________________________________________ >>> icinga-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/icinga-users >> >> -- >> DI (FH) Michael Friedrich >> >> mail: [email protected] >> twitter: https://twitter.com/dnsmichi >> jabber: [email protected] >> irc: irc.freenode.net/icinga dnsmichi >> >> icinga open source monitoring >> position: lead core developer >> url: https://www.icinga.org >> >> >> -------------------------------------------------------------------------- >> ---- >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktr >> k >> _______________________________________________ >> icinga-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/icinga-users > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > icinga-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/icinga-users -- DI (FH) Michael Friedrich mail: [email protected] twitter: https://twitter.com/dnsmichi jabber: [email protected] irc: irc.freenode.net/icinga dnsmichi icinga open source monitoring position: lead core developer url: https://www.icinga.org ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ icinga-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-users
