Deeps wrote: > To hijack my own thread, we're using (as an example) > /icinga/cgi-bin/status.cgi?host=all&servicestatustypes=28&serviceprops=8200 > up on the big screens, I was wondering if there was a&minimal=1 type > option that could also be added to remove all the extra header stuff
yes. we think that those things should be documented too, so with 1.3.0 a new section in the docs was introduced: http://docs.icinga.org/latest/en/cgiparams.html although i can see that 'noheader' isn't there ... but it's a hidden directive never documented. (only if you open e.g. cgi/status.c and look up the cgiparams available). just use e.g. status.cgi?host=all&servicestatustypes=28&noheader csv export is still there, seems to be table mismatch. if you can fix it, feel free to provide a patch ;) > ie, on the big screen, we're only interested in seeing the last > updated time, the title (ie, in the above url, "Service Status Details > For All Hosts"), and then the matching service entries. all the extra > details are superfluous on the big screen (ie, version, credits, > logged in user, host status totals, service status totals, commands > for checked hosts, links and display filters aren't necessary on that > kind of view) > > is that possible / practical / worthwhile, or am i better off with a > greasemonkey script to strip it out at the browser? > > cheers, > deeps. > > ------------------------------------------------------------------------------ > Index, Search& Analyze Logs and other IT data in Real-Time with Splunk > Collect, index and harness all the fast moving IT data generated by your > applications, servers and devices whether physical, virtual or in the cloud. > Deliver compliance at lower cost and gain new business insights. > Free Software Download: http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > icinga-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/icinga-users > -- DI (FH) Michael Friedrich Vienna University Computer Center Universitaetsstrasse 7 A-1010 Vienna, Austria email: [email protected] phone: +43 1 4277 14359 fax: +43 1 4277 14338 web: http://www.univie.ac.at/zid http://www.aco.net Icinga Core& IDOUtils Developer http://www.icinga.org ------------------------------------------------------------------------------ Index, Search & Analyze Logs and other IT data in Real-Time with Splunk Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. Free Software Download: http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ icinga-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-users
