Changeset 1760
- Timestamp:
- 12/03/08 12:49:22 (1 month ago)
- Files:
-
- branches/DEV-opsview3/CHANGES (modified) (1 diff)
- branches/DEV-opsview3/opsview-base (modified) (1 prop)
- branches/DEV-opsview3/opsview-base/Makefile (modified) (3 diffs)
- branches/DEV-opsview3/opsview-base/nagios-3.0.4.tar.gz (deleted)
- branches/DEV-opsview3/opsview-base/nagios-3.0.6.tar.gz (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/DEV-opsview3/CHANGES
r1757 r1760 5 5 nagiosgraph forked and now part of opsview-core package. Creates new style RRDs if the old ones do not exist 6 6 Old style RRDs are upgraded as part of the database upgrade process. Opsview reload page will show message if migration is running 7 Update Nagios to 3.0.6 7 8 Updated scriptaculous to 1.8.2 8 9 branches/DEV-opsview3/opsview-base
- Property svn:ignore changed from
agent-rpmspec
allmibs.tar.gz
ALTovbase*
autossh-1.4a
check_radius_ih-1.1
fabtabulous
._fabtabulous
hypergraph-0.6.3
jscalendar-1.0
nagios-3.0.4
nagiosgraph-0.8.2
nagios-plugins-1.4.13
ndoutils-1.4b7
Net-Dev-MIBLoadOrder-1.1.0
nmis-4.2.13
nrpe-2.12
nrpe.cfg
nsca-2.7.2
opsview-base.spec
overlib-4.21
scriptaculous-js-1.8.2
validation-1.5.4.1
version
to
agent-rpmspec
allmibs.tar.gz
ALTovbase*
autossh-1.4a
check_radius_ih-1.1
fabtabulous
._fabtabulous
hypergraph-0.6.3
jscalendar-1.0
nagios-3.0.6
nagiosgraph-0.8.2
nagios-plugins-1.4.13
ndoutils-1.4b7
Net-Dev-MIBLoadOrder-1.1.0
nmis-4.2.13
nrpe-2.12
nrpe.cfg
nsca-2.7.2
opsview-base.spec
overlib-4.21
scriptaculous-js-1.8.2
validation-1.5.4.1
version
- Property svn:ignore changed from
branches/DEV-opsview3/opsview-base/Makefile
r1745 r1760 27 27 RELEASE = 1 28 28 29 NAGIOS = nagios-3.0. 429 NAGIOS = nagios-3.0.6 30 30 NAGIOSPLUG = nagios-plugins-1.4.13 31 31 CHECK_RADIUS_IH = check_radius_ih-1.1 … … 223 223 ${NAGIOS}: 224 224 gunzip -c ${NAGIOS}.tar.gz | tar -xf - 225 # There are carriage returns in the docs, which affects the patching 226 cd ${NAGIOS}/html/docs && perl -i -pe 's/\r\n$$/\n/' *.html 225 227 cd ${NAGIOS} && patch -p1 < ../patches/nagios_freshness_calculations.patch 226 228 cp patches/nagios_freshness.c ${NAGIOS}/base/freshness.c … … 282 284 # Included as part of change above 283 285 #cd ${NAGIOS} && patch -p1 < ../patches/nagios_notification_number.patch 284 cd ${NAGIOS} && patch -p1 < ../patches/nagios_stop_notification_timeouts_spinning.patch286 #cd ${NAGIOS} && patch -p1 < ../patches/nagios_stop_notification_timeouts_spinning.patch 285 287 cd ${NAGIOS} && patch -p1 < ../patches/nagios_no_overwriting_input.patch 286 288 cd ${NAGIOS} && patch -p1 < ../patches/nagios_passive_host_results_now_call_broker.patch 287 # These two patches are in Nagios 3.0.5. We need the next version as there are some big bugs in there288 #cd ${NAGIOS} && patch -p1 < ../patches/nagios_cgi_encoded_linefeeds.patch289 #cd ${NAGIOS} && patch -p1 < ../patches/nagios_block_external_change_commands.patch290 289 cd ${NAGIOS} && patch -p1 < ../patches/nagios_cgi_notes_icon_removed.patch 291 290 cd ${NAGIOS} && cp ../patches/unlit-bulb.gif ./html/images/action.gif
