| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: nagios-www | Distribution: openSUSE 11.3 |
| Version: 3.2.1 | Vendor: openSUSE |
| Release: 4.3.1 | Build date: Wed Jul 6 18:39:11 2011 |
| Group: System/Monitoring | Build host: build41 |
| Size: 6551169 | Source RPM: nagios-3.2.1-4.3.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.nagios.org/ | |
| Summary: Provides the HTML and CGI files for the Nagios web interface | |
Nagios is a program that will monitor hosts and services on your network. It has the ability to email or page you when a problem arises and when a problem is resolved. Nagios is written in C and is designed to run under Linux (and some other *NIX variants) as a background process, intermittently running checks on various services that you specify. Several CGI programs are included with Nagios in order to allow you to view the current service status, problem history, notification history, and log file via the web. This package provides the HTML and CGI files for the Nagios web interface. In addition, HTML documentation is included in this package.
GPLv2+
* Sat Jul 02 2011 lars@linux-schulserver.de
- add nagios-3.2.1-CVE-2011-1523.patch to fix
CVE-2011-1523 (bnc#682966)
- rebased nagios-p1.pl-location.patch
* Tue May 11 2010 lars@linux-schulserver.de
- ghost the pid directory
* Wed May 05 2010 lars@linux-schulserver.de
- fix broken files section
- init skript now handles /var/run on tmpfs
- small adaptions of init skript
- default pidfile now /var/run/nagios/nagios.pid
- add manpages from Debian package
- add Debian patches:
+ nagios-fix_forced_servicechecks.patch
+ nagios-fix_encoding_trends.cgi.patch
+ nagios-fix_spurious_dollar_signs_added_to_command_lines.patch
* Tue Apr 06 2010 chris@computersalat.de
- cleanup source
o removed nagios-3.2.0
* Wed Mar 10 2010 lars@linux-schulserver.de
- update to 3.2.1:
Enhancements:
+ Link to allow scheduling downtime for all services on a host
+ Speedup to CGIs when lots of comments or downtimes in status.dat file
+ Patch for new_mini_epn to allow for any command line length without
breaking extra trailing or leading whitespace
Fixes:
+ Fix for incorrect scheduling when time has gone back an hour
(partial fix for 24x7)
+ Fix for logging test, which was not timezone aware
(bug #0000077 - Allan Clark)
+ Fix for CSS validation of padding: X
+ Fix for documentation re: case-insensitive nature of custom
variables (Marc Powell)
+ Fix for template configurations which use negated wildcards
(Tim Wilde)
* Mon Nov 23 2009 cschneemann@suse.de
- changed path to send_nsca in the eventhandler script according
to the path given in the nagios-nsca package. BNC #486937
* Fri Nov 06 2009 chris@computersalat.de
- added lost changes
o Jun 24 2009
o Jun 23 2009
- spec mods
o removed changelog
o added LEGAL to doc
o simplify install of extra SOURCES
- added support for centreon
o centreon is frontend GUI for nagios
o changed perms/ownership in files section
* Fri Aug 21 2009 chris@computersalat.de
- cleanup spec
o fixed header
o sorted TAGS
- fixed deps
o added missing Req nagios-plugins
* Fri Aug 14 2009 cschneemann@suse.de
- added Requires php and mod_php_any
* Thu Aug 13 2009 cschneemann@suse.de
- added ndo2db to Should-Start/Should-Stop in rcnagios
changed permission of resource.cfg (needed by centreon)
(Changes by chris@computersalat.de)
* Wed Aug 12 2009 cschneemann@suse.de
- update to 3.2.0:
* Fix for read-only permissions bug in CGIs that caused problems viewing
comments (bug #0000029)
* Fix for incorrect CGI reports (availability, trends, etc.) when
reporting period spans Daylight Savings Time (bug #0000046)
* Fix for detection of truecolor support in GD library (Lars Hecking)
* Reverted to use --datadir configure script option instead of the more
recently introduced --datarootdir option
* Status and retention files are now flushed/synced to disk to prevent
incomplete information being displayed in CGIs
* Fix for incorrect next service check time calculation when Nagios is
reloaded with different timeperiod ranges
* Updated Fedora quickstart guide to indicate PHP requirements
* Known issue: Service checks that are defined with timeperiods that
contain "exclude" directives are incorrectly re-scheduled. Don't use
these for now - we'll get this fixed for 3.4
* Wed Jun 24 2009 cschneemann@suse.de
- update to 3.1.2
- fixes bug in host/service schduling logic that caused excessive
CPU usage introduced with 3.1.0
* Tue Jun 23 2009 cschneemann@suse.de
- update to 3.1.1
* New "important check command" flag for use in service templates, to
aid configuration in distributed environments
* Fix for nagios validation error when no services defined
* Fix for stylesheet link
* Fix for extinfo.cgi error message when cgi.cfg doesn't exist
* Fix for notifications.cgi where Update button on right didn't retain
host information when no host= was in query parameters
* Fix for potential bug where a contactgroup with no members could cause
parsing errors
* Fix for W3 validation for history.cgi
* Fix for W3 validation for extinfo.cgi
* Fix for nagiostats to return non-zero with failures in MRTG mode
* Added t/ directory for tests. Use make test to run. Requires perl on
development server
* Fix for duplicate event_id attributes in status and retention data
* Fix for duplicate unlink() during check processing
* Added missing check period column to host config display (CGI)
* Fix for embedded Perl initialization under FreeBSD
* Fix for incorrect re-initialization of mutext after program restart
* Fix for incorrect weighting in host flap detection logic
* Added libtap to distribution. Use ./configure --enable-libtap to compile
* nagios.log permissions are now kept after log rotation
* Fix for "Max concurrent service checks (X) has been reached" messages
- will now push services 5 + random(10) seconds ahead for retry
* Fix for removing old HTML files for web frontend that are now replaced
with PHP equivalents (in dex/main/side.html)
* Fix for incorrect service history link text in CGIs
* Fix for useless code loop in netutils.c
* Fix for potential divide by zero in event scheduling code
* Fix for trailing backslash in plugin output causing memory corruption
in CGIs
* Fix for bug that could affect host/service scheduling during clock
time skew or changes to time perod definitions between restarts
* Leading whitespace from continuation lines in configuration files is
now stripped out
* Fix for bug where pipe (used by IPC) file descriptors get inherited by
child processed (e.g. event handlers) (bug #0000026)
* Fix for failure to daemonize - Nagios now bails (bug #0000011)
* Fix for notifications about flapping starting not processed properly
by retention data
* Patch to add transparency to statusmap icons for truecolor images
* Patch to add read-only permissions to extinfo CGI
* Security fix for statuswml.cgi where arbitrary shell injection was
possible
* Fri Mar 27 2009 cschneemann@suse.de
- added check_verbose to rcnagios to print the error messages
directly instead of pointing to the error_log BNC #486912
* Tue Mar 03 2009 cschneemann@suse.de
- changed rcnagios to delete control characters from values
BNC #480747
/etc/apache2/conf.d/nagios.conf /etc/nagios/htpasswd.users /usr/lib/nagios/cgi/avail.cgi /usr/lib/nagios/cgi/cmd.cgi /usr/lib/nagios/cgi/config.cgi /usr/lib/nagios/cgi/extinfo.cgi /usr/lib/nagios/cgi/histogram.cgi /usr/lib/nagios/cgi/history.cgi /usr/lib/nagios/cgi/notifications.cgi /usr/lib/nagios/cgi/outages.cgi /usr/lib/nagios/cgi/showlog.cgi /usr/lib/nagios/cgi/status.cgi /usr/lib/nagios/cgi/statusmap.cgi /usr/lib/nagios/cgi/statuswml.cgi /usr/lib/nagios/cgi/statuswrl.cgi /usr/lib/nagios/cgi/summary.cgi /usr/lib/nagios/cgi/tac.cgi /usr/lib/nagios/cgi/traceroute.cgi /usr/lib/nagios/cgi/trends.cgi /usr/share/nagios /usr/share/nagios/config.inc.php /usr/share/nagios/contexthelp /usr/share/nagios/contexthelp/A1.html /usr/share/nagios/contexthelp/A2.html /usr/share/nagios/contexthelp/A3.html /usr/share/nagios/contexthelp/A4.html /usr/share/nagios/contexthelp/A5.html /usr/share/nagios/contexthelp/A6.html /usr/share/nagios/contexthelp/A7.html /usr/share/nagios/contexthelp/B1.html /usr/share/nagios/contexthelp/C1.html /usr/share/nagios/contexthelp/D1.html /usr/share/nagios/contexthelp/E1.html /usr/share/nagios/contexthelp/F1.html /usr/share/nagios/contexthelp/G1.html /usr/share/nagios/contexthelp/G2.html /usr/share/nagios/contexthelp/G3.html /usr/share/nagios/contexthelp/G4.html /usr/share/nagios/contexthelp/G5.html /usr/share/nagios/contexthelp/G6.html /usr/share/nagios/contexthelp/H1.html /usr/share/nagios/contexthelp/H2.html /usr/share/nagios/contexthelp/H3.html /usr/share/nagios/contexthelp/H4.html /usr/share/nagios/contexthelp/H5.html /usr/share/nagios/contexthelp/H6.html /usr/share/nagios/contexthelp/H7.html /usr/share/nagios/contexthelp/H8.html /usr/share/nagios/contexthelp/I1.html /usr/share/nagios/contexthelp/I2.html /usr/share/nagios/contexthelp/I3.html /usr/share/nagios/contexthelp/I4.html /usr/share/nagios/contexthelp/I5.html /usr/share/nagios/contexthelp/I6.html /usr/share/nagios/contexthelp/I7.html /usr/share/nagios/contexthelp/I8.html /usr/share/nagios/contexthelp/I9.html /usr/share/nagios/contexthelp/J1.html /usr/share/nagios/contexthelp/K1.html /usr/share/nagios/contexthelp/L1.html /usr/share/nagios/contexthelp/L10.html /usr/share/nagios/contexthelp/L11.html /usr/share/nagios/contexthelp/L12.html /usr/share/nagios/contexthelp/L13.html /usr/share/nagios/contexthelp/L2.html /usr/share/nagios/contexthelp/L3.html /usr/share/nagios/contexthelp/L4.html /usr/share/nagios/contexthelp/L5.html /usr/share/nagios/contexthelp/L6.html /usr/share/nagios/contexthelp/L7.html /usr/share/nagios/contexthelp/L8.html /usr/share/nagios/contexthelp/L9.html /usr/share/nagios/contexthelp/M1.html /usr/share/nagios/contexthelp/M2.html /usr/share/nagios/contexthelp/M3.html /usr/share/nagios/contexthelp/M4.html /usr/share/nagios/contexthelp/M5.html /usr/share/nagios/contexthelp/M6.html /usr/share/nagios/contexthelp/N1.html /usr/share/nagios/contexthelp/N2.html /usr/share/nagios/contexthelp/N3.html /usr/share/nagios/contexthelp/N4.html /usr/share/nagios/contexthelp/N5.html /usr/share/nagios/contexthelp/N6.html /usr/share/nagios/contexthelp/N7.html /usr/share/nagios/docs /usr/share/nagios/docs/about.html /usr/share/nagios/docs/activechecks.html /usr/share/nagios/docs/adaptive.html /usr/share/nagios/docs/addons.html /usr/share/nagios/docs/beginners.html /usr/share/nagios/docs/cachedchecks.html /usr/share/nagios/docs/cgiauth.html /usr/share/nagios/docs/cgiincludes.html /usr/share/nagios/docs/cgis.html /usr/share/nagios/docs/cgisecurity.html /usr/share/nagios/docs/checkscheduling.html /usr/share/nagios/docs/clusters.html /usr/share/nagios/docs/config.html /usr/share/nagios/docs/configcgi.html /usr/share/nagios/docs/configmain.html /usr/share/nagios/docs/configobject.html /usr/share/nagios/docs/customobjectvars.html /usr/share/nagios/docs/dependencies.html /usr/share/nagios/docs/dependencychecks.html /usr/share/nagios/docs/distributed.html /usr/share/nagios/docs/downtime.html /usr/share/nagios/docs/embeddedperl.html /usr/share/nagios/docs/epnplugins.html /usr/share/nagios/docs/escalations.html /usr/share/nagios/docs/eventhandlers.html /usr/share/nagios/docs/extcommands.html /usr/share/nagios/docs/faststartup.html /usr/share/nagios/docs/flapping.html /usr/share/nagios/docs/freshness.html /usr/share/nagios/docs/funstuff.html /usr/share/nagios/docs/hostchecks.html /usr/share/nagios/docs/images /usr/share/nagios/docs/images/activechecks.png /usr/share/nagios/docs/images/cachedcheckgraphs.png /usr/share/nagios/docs/images/cachedchecks.png /usr/share/nagios/docs/images/cachedchecks1.png /usr/share/nagios/docs/images/cgi-avail-a.png /usr/share/nagios/docs/images/cgi-avail-b.png /usr/share/nagios/docs/images/cgi-cmd.png /usr/share/nagios/docs/images/cgi-config.png /usr/share/nagios/docs/images/cgi-extinfo-a.png /usr/share/nagios/docs/images/cgi-extinfo-b.png /usr/share/nagios/docs/images/cgi-extinfo-c.png /usr/share/nagios/docs/images/cgi-extinfo-d.png /usr/share/nagios/docs/images/cgi-histogram.png /usr/share/nagios/docs/images/cgi-history.png /usr/share/nagios/docs/images/cgi-notifications.png /usr/share/nagios/docs/images/cgi-outages.png /usr/share/nagios/docs/images/cgi-showlog.png /usr/share/nagios/docs/images/cgi-status-a.png /usr/share/nagios/docs/images/cgi-status-b.png /usr/share/nagios/docs/images/cgi-status-c.png /usr/share/nagios/docs/images/cgi-status-d.png /usr/share/nagios/docs/images/cgi-statusmap.png /usr/share/nagios/docs/images/cgi-statuswml.png /usr/share/nagios/docs/images/cgi-statuswrl.png /usr/share/nagios/docs/images/cgi-summary.png /usr/share/nagios/docs/images/cgi-tac.png /usr/share/nagios/docs/images/cgi-trends.png /usr/share/nagios/docs/images/checkmark.png /usr/share/nagios/docs/images/checktiming.png /usr/share/nagios/docs/images/configoverview.png /usr/share/nagios/docs/images/distributed.png /usr/share/nagios/docs/images/downtime.png /usr/share/nagios/docs/images/epn.png /usr/share/nagios/docs/images/eventhandlers.png /usr/share/nagios/docs/images/externalcommands.png /usr/share/nagios/docs/images/fast-startup.png /usr/share/nagios/docs/images/fast-startup1.png /usr/share/nagios/docs/images/fast-startup2.png /usr/share/nagios/docs/images/freshness.png /usr/share/nagios/docs/images/host-dependencies.png /usr/share/nagios/docs/images/important.gif /usr/share/nagios/docs/images/integrationoverview.png /usr/share/nagios/docs/images/interleaved1.png /usr/share/nagios/docs/images/interleaved2.png /usr/share/nagios/docs/images/interleaved3.png /usr/share/nagios/docs/images/logofullsize.png /usr/share/nagios/docs/images/monitoring-printers.png /usr/share/nagios/docs/images/monitoring-routers.png /usr/share/nagios/docs/images/monitoring-windows.png /usr/share/nagios/docs/images/mrtg-activehostchecks.png /usr/share/nagios/docs/images/mrtg-activelychecked.png /usr/share/nagios/docs/images/mrtg-activeservicechecks.png /usr/share/nagios/docs/images/mrtg-cachedchecks.png /usr/share/nagios/docs/images/mrtg-commandbuffers.png /usr/share/nagios/docs/images/mrtg-externalcommands.png /usr/share/nagios/docs/images/mrtg-hostperfstats.png /usr/share/nagios/docs/images/mrtg-hoststatechange.png /usr/share/nagios/docs/images/mrtg-passivechecks.png /usr/share/nagios/docs/images/mrtg-passivelychecked.png /usr/share/nagios/docs/images/mrtg-serviceperfstats.png /usr/share/nagios/docs/images/mrtg-servicestatechange.png /usr/share/nagios/docs/images/multiple-templates1.png /usr/share/nagios/docs/images/multiple-templates2.png /usr/share/nagios/docs/images/nagios.jpg /usr/share/nagios/docs/images/nagiosexchange.png /usr/share/nagios/docs/images/nagiossupport.png /usr/share/nagios/docs/images/ndoutils.png /usr/share/nagios/docs/images/network-outage1.png /usr/share/nagios/docs/images/network-outage2.png /usr/share/nagios/docs/images/noninterleaved1.png /usr/share/nagios/docs/images/noninterleaved2.png /usr/share/nagios/docs/images/note.gif /usr/share/nagios/docs/images/nrpe.png /usr/share/nagios/docs/images/nsca.png /usr/share/nagios/docs/images/nscpp.png /usr/share/nagios/docs/images/objects-commands.png /usr/share/nagios/docs/images/objects-contacts.png /usr/share/nagios/docs/images/objects-hosts.png /usr/share/nagios/docs/images/objects-services.png /usr/share/nagios/docs/images/objects-timeperiods.png /usr/share/nagios/docs/images/passivechecks.png /usr/share/nagios/docs/images/passivehosttranslation.png /usr/share/nagios/docs/images/plugins.png /usr/share/nagios/docs/images/predictive-dependency-checks.png /usr/share/nagios/docs/images/printer.png /usr/share/nagios/docs/images/reachability1.png /usr/share/nagios/docs/images/reachability2.png /usr/share/nagios/docs/images/reachability3.png /usr/share/nagios/docs/images/reachability4.png /usr/share/nagios/docs/images/redudancy.png /usr/share/nagios/docs/images/redundancy.png /usr/share/nagios/docs/images/security.png /usr/share/nagios/docs/images/security1.png /usr/share/nagios/docs/images/security2.png /usr/share/nagios/docs/images/security3.png /usr/share/nagios/docs/images/seealso.gif /usr/share/nagios/docs/images/service-dependencies.png /usr/share/nagios/docs/images/statetransitions.png /usr/share/nagios/docs/images/statetransitions2.png /usr/share/nagios/docs/images/stoprestart.png /usr/share/nagios/docs/images/switch.png /usr/share/nagios/docs/images/tcpwrappers.png /usr/share/nagios/docs/images/tip.gif /usr/share/nagios/docs/images/tuning.png /usr/share/nagios/docs/images/upto.gif /usr/share/nagios/docs/index.html /usr/share/nagios/docs/int-snmptrap.html /usr/share/nagios/docs/int-tcpwrappers.html /usr/share/nagios/docs/integration.html /usr/share/nagios/docs/knownissues.html /usr/share/nagios/docs/largeinstalltweaks.html /usr/share/nagios/docs/macrolist.html /usr/share/nagios/docs/macros.html /usr/share/nagios/docs/monitoring-linux.html /usr/share/nagios/docs/monitoring-netware.html /usr/share/nagios/docs/monitoring-printers.html /usr/share/nagios/docs/monitoring-publicservices.html /usr/share/nagios/docs/monitoring-routers.html /usr/share/nagios/docs/monitoring-windows.html /usr/share/nagios/docs/mrtggraphs.html /usr/share/nagios/docs/nagiostats.html /usr/share/nagios/docs/networkreachability.html /usr/share/nagios/docs/notifications.html /usr/share/nagios/docs/objectdefinitions.html /usr/share/nagios/docs/objectinheritance.html /usr/share/nagios/docs/objecttricks.html /usr/share/nagios/docs/oncallrotation.html /usr/share/nagios/docs/passivechecks.html /usr/share/nagios/docs/passivestatetranslation.html /usr/share/nagios/docs/perfdata.html /usr/share/nagios/docs/pluginapi.html /usr/share/nagios/docs/plugins.html /usr/share/nagios/docs/quickstart-fedora.html /usr/share/nagios/docs/quickstart-opensuse.html /usr/share/nagios/docs/quickstart-ubuntu.html /usr/share/nagios/docs/quickstart.html /usr/share/nagios/docs/redundancy.html /usr/share/nagios/docs/robots.txt /usr/share/nagios/docs/security.html /usr/share/nagios/docs/servicechecks.html /usr/share/nagios/docs/stalking.html /usr/share/nagios/docs/startstop.html /usr/share/nagios/docs/statetypes.html /usr/share/nagios/docs/timeperiods.html /usr/share/nagios/docs/toc.html /usr/share/nagios/docs/tuning.html /usr/share/nagios/docs/upgrading.html /usr/share/nagios/docs/verifyconfig.html /usr/share/nagios/docs/volatileservices.html /usr/share/nagios/docs/whatsnew.html /usr/share/nagios/images /usr/share/nagios/images/NagiosEnterprises-whitebg-112x46.png /usr/share/nagios/images/ack.gif /usr/share/nagios/images/action.gif /usr/share/nagios/images/command.png /usr/share/nagios/images/comment.gif /usr/share/nagios/images/contexthelp1.gif /usr/share/nagios/images/contexthelp2.gif /usr/share/nagios/images/critical.png /usr/share/nagios/images/delay.gif /usr/share/nagios/images/delete.gif /usr/share/nagios/images/detail.gif /usr/share/nagios/images/disabled.gif /usr/share/nagios/images/down.gif /usr/share/nagios/images/downtime.gif /usr/share/nagios/images/empty.gif /usr/share/nagios/images/enabled.gif /usr/share/nagios/images/extinfo.gif /usr/share/nagios/images/favicon.ico /usr/share/nagios/images/flapping.gif /usr/share/nagios/images/globe-support-150x150.png /usr/share/nagios/images/greendot.gif /usr/share/nagios/images/histogram.png /usr/share/nagios/images/history.gif /usr/share/nagios/images/hostevent.gif /usr/share/nagios/images/info.png /usr/share/nagios/images/left.gif /usr/share/nagios/images/logofullsize.png /usr/share/nagios/images/logos /usr/share/nagios/images/logos/nagios.gd2 /usr/share/nagios/images/logos/nagios.gif /usr/share/nagios/images/logos/nagiosvrml.png /usr/share/nagios/images/logos/unknown.gd2 /usr/share/nagios/images/logos/unknown.gif /usr/share/nagios/images/logrotate.png /usr/share/nagios/images/ndisabled.gif /usr/share/nagios/images/noack.gif /usr/share/nagios/images/notes.gif /usr/share/nagios/images/notify.gif /usr/share/nagios/images/orangedot.gif /usr/share/nagios/images/passiveonly.gif /usr/share/nagios/images/recovery.png /usr/share/nagios/images/redudancy.png /usr/share/nagios/images/redundancy.png /usr/share/nagios/images/restart.gif /usr/share/nagios/images/right.gif /usr/share/nagios/images/sblogo.png /usr/share/nagios/images/serviceevent.gif /usr/share/nagios/images/sflogo.png /usr/share/nagios/images/splunk1.gif /usr/share/nagios/images/splunk2.gif /usr/share/nagios/images/start.gif /usr/share/nagios/images/status.gif /usr/share/nagios/images/status2.gif /usr/share/nagios/images/status3.gif /usr/share/nagios/images/status4.gif /usr/share/nagios/images/stop.gif /usr/share/nagios/images/tacdisabled.jpg /usr/share/nagios/images/tacdisabled.png /usr/share/nagios/images/tacenabled.jpg /usr/share/nagios/images/tacenabled.png /usr/share/nagios/images/thermcrit.png /usr/share/nagios/images/thermok.png /usr/share/nagios/images/thermwarn.png /usr/share/nagios/images/trends.gif /usr/share/nagios/images/trendshost.png /usr/share/nagios/images/trendssvc.png /usr/share/nagios/images/unknown.png /usr/share/nagios/images/up.gif /usr/share/nagios/images/warning.png /usr/share/nagios/images/weblogo1.png /usr/share/nagios/images/zoom1.gif /usr/share/nagios/images/zoom2.gif /usr/share/nagios/includes /usr/share/nagios/includes/utils.inc.php /usr/share/nagios/index.php /usr/share/nagios/main.php /usr/share/nagios/media /usr/share/nagios/robots.txt /usr/share/nagios/side.php /usr/share/nagios/ssi /usr/share/nagios/stylesheets /usr/share/nagios/stylesheets/avail.css /usr/share/nagios/stylesheets/checksanity.css /usr/share/nagios/stylesheets/cmd.css /usr/share/nagios/stylesheets/common.css /usr/share/nagios/stylesheets/config.css /usr/share/nagios/stylesheets/extinfo.css /usr/share/nagios/stylesheets/histogram.css /usr/share/nagios/stylesheets/history.css /usr/share/nagios/stylesheets/ministatus.css /usr/share/nagios/stylesheets/notifications.css /usr/share/nagios/stylesheets/outages.css /usr/share/nagios/stylesheets/showlog.css /usr/share/nagios/stylesheets/status.css /usr/share/nagios/stylesheets/statusmap.css /usr/share/nagios/stylesheets/summary.css /usr/share/nagios/stylesheets/tac.css /usr/share/nagios/stylesheets/trends.css
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:30:44 2013