| 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 12.2 |
| Version: 3.4.1 | Vendor: openSUSE |
| Release: 2.4.1 | Build date: Tue Jan 15 13:56:45 2013 |
| Group: System/Monitoring | Build host: build20 |
| Size: 4863588 | Source RPM: nagios-3.4.1-2.4.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.
GPL-2.0+
* Mon Jan 14 2013 lars@linux-schulserver.de
- avoid stack based buffer overflow in web interface (history):
added nagios-history_buffer_overflow.patch - (bnc ##797237)
fixes CVE-2012-6096
* Sun Jun 10 2012 lars@linux-schulserver.de
- remove checks.c-declare-temp_buffer.patch again as this is
fixed with the latest version
- added manpages for {new,}mini_epn and convertcfg
* Sun Jun 03 2012 ro@suse.de
- update to 3.4.1
* Double quotes in check_command definition break functionality
(#332, reverts #86)
* Wed May 23 2012 lars@linux-schulserver.de
- run config check first before restart (init script)
- ignore subsys-unsupported rpmlint check as the init script just
removes it
* Mon May 07 2012 schneemann@b1-systems.de
- update to 3.4.0
* Use execv() to execute active check commands (#86 - Ton Voon, dnsmichi)
* Added service_check_timeout_state configuration variable (Bill McGonigle)
* Permanently remove sleep on run_event == FALSE in main loop (Max
<perldork@webwizarddesign.com>)
* Reduce notification load by moving notification viability check into
notification list creation (Opsview Team)
* Added code to apply allow_empty_hostgroup_assignment flag to host and
service dependencies (Daniel Wittenberg)
* Users can now see hostgroups and servicegroups that contain at least
one host or service they are authorized for, instead of having to be
authorized for them all (Ethan Galstad)
* RSS feed boxes fallback if an error occurs (Ethan Galstad)
* RSS feeds no longer block main page load (Mike Guthrie)
FIXES
* Fix $NOTIFICATIONRECIPIENTS$ macro to contain all contacts assigned to
host|service, not only notified contacts (Bug #98 Matt Harrington)
* Scheduled Downtime Notifications Resent On Nagios Restart/reload (Bug
[#124] - ricardo)
* NOTIFICATIONTYPE MACRO never became CUSTOM (Bug #168 - Alexey
Dvoryanchikov)
* Plugged minor memory leaks in notification logic
* Wed Dec 07 2011 chris@computersalat.de
- fix p1.pl
* remove "^M" (antidos ;))
* Tue Nov 01 2011 lars@linux-schulserver.de
- skip fdupes call and ignore that we might save 4k on the disk
=> fixes bnc #721346
- fix file permissions in docudir
- use nagios-rpm-macros
* Fri Oct 07 2011 lars@linux-schulserver.de
- also check (and fix) the ownership of the directory where
$status_file lives - Nagios uses this directory for temporary
files
* Mon Aug 01 2011 schneemann@b1-systems.de
- update to 3.3.1
FIXES
* Fixes status.cgi when called with no parameters, where host should be
set to all if none specified (Michael Friedrich)
* Fixes possible validation error with empty hostgroups/servicegroups
(Sven-Göran Bergh)
* Performance-data handling and checking is now thread-safe so long as
embedded perl is not used.
* Children should no longer hang on mutex locks held in parent for
localtime() (and similar) calls.
* Debug logging is now properly serialized, using soft-locking with a
timeout of 150 milliseconds to avoid multiple threads competing for the
privilege to write debug info.
* Fixed extraneous alerts for services when host is down
* Fixed incorrect parsing of multi-line host check results (Jochen Bern)
* Fixed bug with passive host checks being incorrectly sent to event
brokers as active checks
* Fixed bug where passive host check status updates were not being
propagated to event brokers
* Tue Jul 26 2011 andrea.turrini@gmail.com
- fixed typos in nagios.spec
* Fri Jul 08 2011 lars@linux-schulserver.de
- removed setuid bit from /var/spool/nagios - configure the
right permissions on service start instead
- use the right STDERR in the cron script
- cleanup files section
* Tue Jul 05 2011 lars@linux-schulserver.de
- integrated cron script from Daniel Kozar (bnc#701208)
* Mon Jul 04 2011 lars@linux-schulserver.de
- fixes in init script if check_external_commands are enabled
- added nagios-3.2.3-CVE-2011-1523.patch to fix
CVE-2011-1523 (bnc#682966)
* Sun Mar 13 2011 lars@linux-schulserver.de
- install /var/spool/nagios with setgroup bit set, so all new files
in this directory belong to the command group (maybe we should
use a permissions file for this?)
* Wed Oct 06 2010 lars@linux-schulserver.de
- update to 3.2.3:
+ Fixes problem where disabling all active hosts/services was not
taking effect
+ Fixes for compiler warnings (code cleanup by Stephen Gran)
+ Fixes for format errors in event handler logging (Guillaume Rousse)
+ Fixed incorrect info in sample nagios.cfg file for
state_retention_file (Michael Friedrich)
+ Fixed broker_event_handler() to return ERR if data is NULL
(Michael Friedrich)
- rebased all patches
- adapted nagios-disable_phone_home.patch
* Mon Sep 20 2010 schneemann@b1-systems.de
- removed unneeded filter "permissions-directory-setuid-bit" from
nagios-rpmlintrc
* Tue Sep 07 2010 schneemann@b1-systems.de
- cleaned spec and sources, removed unused patches from source
* Wed Sep 01 2010 schneemann@b1-systems.de
- reworked phone-home patch
* Wed Sep 01 2010 schneemann@b1-systems.de
- Update to nagios 3.2.2, excerpt from changelog:
FIXES
* Fix for choosing next valid time on day of DST change when clocks go
one hour backwards
* Fix for nagios now erroring when "Error: Could not find any
contactgroup matching..." displayed
* Fix tap tests for Solaris 10 and newer versions of Test::Harness
* Fix for notifications not being sent out when scheduled downtime is
cancelled (Daniel Pouzzner)
* Fix for first notification delay being calculated incorrectly, and
notifications potentially going out early (Pawel Malachowski)
* Fix for text of scheduling downtime of all services on a host (Holger
Weiss)
* Fix for services inheriting notification period from hosts if not
defined (Gordon Messmer)
* Fix for incorrect service states on host failures (bug #130 Petya Kohts)
* Fix for incorrect service state attributes being set on host failures
(bug #128 Petya Kohts)
* Fix for non-scheduled hosts and services not being updated in NDOUtils
* Fix for incorrect host state counts in status CGI when viewing
servicegroups (bug #72)
* Fix for new Splunk integration query parameters (bug #136)
* Fix for extra field header in availability CSV export (bug #113)
* Fix for macro processing code modifying input string (Jochen Bern)
* Fix for event execution loop re-scheduling host checks instead of
executing them if service checks are disabled (bug #152)
* Fix for segfaults on Solaris (Torsten Huebler)
* Fix for incorrect comment expiration times being passed to event
broker (Mattieu Kermagot)
* Thu Jul 15 2010 lars@linux-schulserver.de
- back to the old file permissions (once again for clean
nagios support)
- readded nonsense stuff again
- create/fix check_result_path if needed
* Fri Jul 09 2010 chris@computersalat.de
- fix file/dir perms
o once again for centreon support
- spec mods
o sort TAGS
o added lost Authors (description)
o macros
o remove nonsense stuff
* Thu Jun 24 2010 lars@linux-schulserver.de
- rebase phone-home patch
* Tue Jun 22 2010 lars@linux-schulserver.de
- recommend nagios-plugins only to avoid buildcycles
* Fri Jun 18 2010 lars@linux-schulserver.de
- fix init script: touch files if they do not exist-
* Fri May 28 2010 lars@linux-schulserver.de
- disable patch8 - needs rebasing
- install PIDDIR if it's not /var/run to avoid owner problems
during start
- always change ownership of standard files to the right values
* Mon May 24 2010 lars@linux-schulserver.de
- fix 'Schedule downtime for this host and all services' behavior
(http://tracker.nagios.org/view.php?id=133)
- fix typos resulting in non used style declarations
(http://tracker.nagios.org/view.php?id=150)
- fix deleting comments from the hashlist
(http://tracker.nagios.org/view.php?id=80)
- rebase nagios-p1.pl-location.patch
- fix a handful compiler warnings
- do not allow nagios to phone home: disable online_update_checks
- fix command-group
- BuildRequire net-tools for enabling WAP
* Fri May 14 2010 lars@linux-schulserver.de
- check_verbose now always prints the resulting logfile - this
allows to see the warnings
* 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 /usr/lib/nagios/cgi/avail.cgi /usr/lib/nagios/cgi/cmd.cgi /usr/lib/nagios/cgi/config.cgi /usr/lib/nagios/cgi/daemonchk.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/images /usr/share/nagios/images /usr/share/nagios/images/Nagios-clearbg.png /usr/share/nagios/images/NagiosEnterprises-whitebg-112x46.png /usr/share/nagios/images/ack.gif /usr/share/nagios/images/action-graph.gif /usr/share/nagios/images/action-nagios.gif /usr/share/nagios/images/action-orig.gif /usr/share/nagios/images/action.gif /usr/share/nagios/images/b_first2.png /usr/share/nagios/images/b_last2.png /usr/share/nagios/images/b_next2.png /usr/share/nagios/images/b_prev2.png /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/graph.gif /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/aix.gd2 /usr/share/nagios/images/logos/aix.gif /usr/share/nagios/images/logos/aix.jpg /usr/share/nagios/images/logos/aix.png /usr/share/nagios/images/logos/amiga.gd2 /usr/share/nagios/images/logos/amiga.gif /usr/share/nagios/images/logos/amiga.jpg /usr/share/nagios/images/logos/amiga.png /usr/share/nagios/images/logos/apple.gd2 /usr/share/nagios/images/logos/apple.gif /usr/share/nagios/images/logos/apple.jpg /usr/share/nagios/images/logos/apple.png /usr/share/nagios/images/logos/beos.gd2 /usr/share/nagios/images/logos/beos.gif /usr/share/nagios/images/logos/beos.jpg /usr/share/nagios/images/logos/beos.png /usr/share/nagios/images/logos/bluetooth.png /usr/share/nagios/images/logos/caldera.gd2 /usr/share/nagios/images/logos/caldera.gif /usr/share/nagios/images/logos/caldera.jpg /usr/share/nagios/images/logos/caldera.png /usr/share/nagios/images/logos/cat1900.gd2 /usr/share/nagios/images/logos/cat2900.gd2 /usr/share/nagios/images/logos/cat5000.gd2 /usr/share/nagios/images/logos/database.gd2 /usr/share/nagios/images/logos/database.gif /usr/share/nagios/images/logos/debian.gd2 /usr/share/nagios/images/logos/debian.gif /usr/share/nagios/images/logos/debian.jpg /usr/share/nagios/images/logos/debian.png /usr/share/nagios/images/logos/desktop-server.gd2 /usr/share/nagios/images/logos/desktop-server.gif /usr/share/nagios/images/logos/ethernet_card.png /usr/share/nagios/images/logos/fax.gd2 /usr/share/nagios/images/logos/fax.gif /usr/share/nagios/images/logos/firewall.gd2 /usr/share/nagios/images/logos/firewall.gif /usr/share/nagios/images/logos/freebsd40.gd2 /usr/share/nagios/images/logos/freebsd40.gif /usr/share/nagios/images/logos/freebsd40.jpg /usr/share/nagios/images/logos/freebsd40.png /usr/share/nagios/images/logos/globe.png /usr/share/nagios/images/logos/graph.gif /usr/share/nagios/images/logos/hp-printer40.gd2 /usr/share/nagios/images/logos/hp-printer40.gif /usr/share/nagios/images/logos/hp-printer40.jpg /usr/share/nagios/images/logos/hp-printer40.png /usr/share/nagios/images/logos/hpux.gd2 /usr/share/nagios/images/logos/hpux.gif /usr/share/nagios/images/logos/hpux.jpg /usr/share/nagios/images/logos/hpux.png /usr/share/nagios/images/logos/hub.gd2 /usr/share/nagios/images/logos/hub.gif /usr/share/nagios/images/logos/internet.gd2 /usr/share/nagios/images/logos/internet.gif /usr/share/nagios/images/logos/internet_device.png /usr/share/nagios/images/logos/ip-pbx.gd2 /usr/share/nagios/images/logos/ip-pbx.gif /usr/share/nagios/images/logos/irix.gd2 /usr/share/nagios/images/logos/irix.gif /usr/share/nagios/images/logos/irix.jpg /usr/share/nagios/images/logos/irix.png /usr/share/nagios/images/logos/linux40.gd2 /usr/share/nagios/images/logos/linux40.gif /usr/share/nagios/images/logos/linux40.jpg /usr/share/nagios/images/logos/linux40.png /usr/share/nagios/images/logos/logo.gd2 /usr/share/nagios/images/logos/mac40.gd2 /usr/share/nagios/images/logos/mac40.gif /usr/share/nagios/images/logos/mac40.jpg /usr/share/nagios/images/logos/mac40.png /usr/share/nagios/images/logos/mainframe.gd2 /usr/share/nagios/images/logos/mainframe.gif /usr/share/nagios/images/logos/mandrake.gd2 /usr/share/nagios/images/logos/mandrake.gif /usr/share/nagios/images/logos/mandrake.jpg /usr/share/nagios/images/logos/mandrake.png /usr/share/nagios/images/logos/monitor.png /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/next.gd2 /usr/share/nagios/images/logos/next.gif /usr/share/nagios/images/logos/next.jpg /usr/share/nagios/images/logos/next.png /usr/share/nagios/images/logos/ng-switch40.gd2 /usr/share/nagios/images/logos/ng-switch40.gif /usr/share/nagios/images/logos/ng-switch40.jpg /usr/share/nagios/images/logos/ng-switch40.png /usr/share/nagios/images/logos/notebook.gd2 /usr/share/nagios/images/logos/notebook.gif /usr/share/nagios/images/logos/novell40.gd2 /usr/share/nagios/images/logos/novell40.gif /usr/share/nagios/images/logos/novell40.jpg /usr/share/nagios/images/logos/novell40.png /usr/share/nagios/images/logos/openbsd.gd2 /usr/share/nagios/images/logos/openbsd.gif /usr/share/nagios/images/logos/openbsd.jpg /usr/share/nagios/images/logos/openbsd.png /usr/share/nagios/images/logos/printer.gd2 /usr/share/nagios/images/logos/printer.gif /usr/share/nagios/images/logos/rack-server.gd2 /usr/share/nagios/images/logos/rack-server.gif /usr/share/nagios/images/logos/redhat.gd2 /usr/share/nagios/images/logos/redhat.gif /usr/share/nagios/images/logos/redhat.jpg /usr/share/nagios/images/logos/redhat.png /usr/share/nagios/images/logos/router.gd2 /usr/share/nagios/images/logos/router.gif /usr/share/nagios/images/logos/router40.gd2 /usr/share/nagios/images/logos/router40.gif /usr/share/nagios/images/logos/router40.jpg /usr/share/nagios/images/logos/router40.png /usr/share/nagios/images/logos/san.gd2 /usr/share/nagios/images/logos/san.gif /usr/share/nagios/images/logos/satellite.png /usr/share/nagios/images/logos/server.png /usr/share/nagios/images/logos/signal.png /usr/share/nagios/images/logos/slackware.gd2 /usr/share/nagios/images/logos/slackware.gif /usr/share/nagios/images/logos/slackware.jpg /usr/share/nagios/images/logos/slackware.png /usr/share/nagios/images/logos/stampede.gd2 /usr/share/nagios/images/logos/stampede.gif /usr/share/nagios/images/logos/stampede.jpg /usr/share/nagios/images/logos/stampede.png /usr/share/nagios/images/logos/station.gd2 /usr/share/nagios/images/logos/storm.gd2 /usr/share/nagios/images/logos/storm.gif /usr/share/nagios/images/logos/storm.jpg /usr/share/nagios/images/logos/storm.png /usr/share/nagios/images/logos/sun40.gd2 /usr/share/nagios/images/logos/sun40.gif /usr/share/nagios/images/logos/sun40.jpg /usr/share/nagios/images/logos/sun40.png /usr/share/nagios/images/logos/sunlogo.gd2 /usr/share/nagios/images/logos/sunlogo.gif /usr/share/nagios/images/logos/sunlogo.jpg /usr/share/nagios/images/logos/sunlogo.png /usr/share/nagios/images/logos/switch.gd2 /usr/share/nagios/images/logos/switch.gif /usr/share/nagios/images/logos/switch40.gd2 /usr/share/nagios/images/logos/switch40.gif /usr/share/nagios/images/logos/switch40.jpg /usr/share/nagios/images/logos/switch40.png /usr/share/nagios/images/logos/thin-client.gd2 /usr/share/nagios/images/logos/thin-client.gif /usr/share/nagios/images/logos/turbolinux.gd2 /usr/share/nagios/images/logos/turbolinux.gif /usr/share/nagios/images/logos/turbolinux.jpg /usr/share/nagios/images/logos/turbolinux.png /usr/share/nagios/images/logos/ultrapenguin.gd2 /usr/share/nagios/images/logos/ultrapenguin.gif /usr/share/nagios/images/logos/ultrapenguin.jpg /usr/share/nagios/images/logos/ultrapenguin.png /usr/share/nagios/images/logos/unicos.gd2 /usr/share/nagios/images/logos/unicos.gif /usr/share/nagios/images/logos/unicos.jpg /usr/share/nagios/images/logos/unicos.png /usr/share/nagios/images/logos/unknown.gd2 /usr/share/nagios/images/logos/unknown.gif /usr/share/nagios/images/logos/webcamera.png /usr/share/nagios/images/logos/wifi.gd2 /usr/share/nagios/images/logos/wifi.gif /usr/share/nagios/images/logos/wifi_modem.png /usr/share/nagios/images/logos/win40.gd2 /usr/share/nagios/images/logos/win40.gif /usr/share/nagios/images/logos/win40.jpg /usr/share/nagios/images/logos/win40.png /usr/share/nagios/images/logos/workstation.gd2 /usr/share/nagios/images/logos/workstation.gif /usr/share/nagios/images/logos/workstation.png /usr/share/nagios/images/logos/workstation_locked.png /usr/share/nagios/images/logos/yellowdog.gd2 /usr/share/nagios/images/logos/yellowdog.gif /usr/share/nagios/images/logos/yellowdog.jpg /usr/share/nagios/images/logos/yellowdog.png /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/jquery-1.7.1.min.js /usr/share/nagios/includes/rss /usr/share/nagios/includes/rss/extlib /usr/share/nagios/includes/rss/extlib/Snoopy.class.inc /usr/share/nagios/includes/rss/rss_cache.inc /usr/share/nagios/includes/rss/rss_fetch.inc /usr/share/nagios/includes/rss/rss_parse.inc /usr/share/nagios/includes/rss/rss_utils.inc /usr/share/nagios/includes/utils.inc.php /usr/share/nagios/index.php /usr/share/nagios/js /usr/share/nagios/js/jquery-1.7.1.min.js /usr/share/nagios/main.php /usr/share/nagios/media /usr/share/nagios/robots.txt /usr/share/nagios/rss-corefeed.php /usr/share/nagios/rss-newsfeed.php /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, Sun May 26 03:47:36 2013