Merge lp:~niedbalski/ubuntu/wily/nagios3/fix-1469168 into lp:ubuntu/wily/nagios3

Proposed by Jorge Niedbalski
Status: Merged
Merge reported by: Marc Deslauriers
Merged at revision: not available
Proposed branch: lp:~niedbalski/ubuntu/wily/nagios3/fix-1469168
Merge into: lp:ubuntu/wily/nagios3
Diff against target: 53 lines (+16/-9)
3 files modified
debian/changelog (+7/-0)
debian/conf.d/extinfo_nagios2.cfg (+6/-6)
debian/conf.d/hostgroups_nagios2.cfg (+3/-3)
To merge this branch: bzr merge lp:~niedbalski/ubuntu/wily/nagios3/fix-1469168
Reviewer Review Type Date Requested Status
Marc Deslauriers Approve
Review via email: mp+263154@code.launchpad.net

Description of the change

Fixes bug LP: #1469168

To post a comment you must log in.
Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Looks good, ACK.

Uploaded. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-08-21 13:15:58 +0000
3+++ debian/changelog 2015-06-26 17:43:20 +0000
4@@ -1,3 +1,10 @@
5+nagios3 (3.5.1-1ubuntu3) UNRELEASED; urgency=medium
6+
7+ * d/conf.d/*.cfg: Changed the debian references to
8+ Ubuntu. (LP: #1469168).
9+
10+ -- Jorge Niedbalski <jorge.niedbalski@canonical.com> Fri, 26 Jun 2015 14:35:09 -0300
11+
12 nagios3 (3.5.1-1ubuntu2) utopic; urgency=medium
13
14 * Rebuild for Perl 5.20.0.
15
16=== modified file 'debian/conf.d/extinfo_nagios2.cfg'
17--- debian/conf.d/extinfo_nagios2.cfg 2008-04-08 20:39:11 +0000
18+++ debian/conf.d/extinfo_nagios2.cfg 2015-06-26 17:43:20 +0000
19@@ -3,11 +3,11 @@
20 ##
21
22 define hostextinfo{
23- hostgroup_name debian-servers
24- notes Debian GNU/Linux servers
25+ hostgroup_name ubuntu-servers
26+ notes Ubuntu Linux servers
27 # notes_url http://webserver.localhost.localdomain/hostinfo.pl?host=netware1
28- icon_image base/debian.png
29- icon_image_alt Debian GNU/Linux
30- vrml_image debian.png
31- statusmap_image base/debian.gd2
32+ icon_image base/ubuntu.png
33+ icon_image_alt Ubuntu Linux
34+ vrml_image ubuntu.png
35+ statusmap_image base/ubuntu.gd2
36 }
37
38=== modified file 'debian/conf.d/hostgroups_nagios2.cfg'
39--- debian/conf.d/hostgroups_nagios2.cfg 2010-04-12 21:36:13 +0000
40+++ debian/conf.d/hostgroups_nagios2.cfg 2015-06-26 17:43:20 +0000
41@@ -7,10 +7,10 @@
42 members *
43 }
44
45-# A list of your Debian GNU/Linux servers
46+# A list of your Ubuntu Linux servers
47 define hostgroup {
48- hostgroup_name debian-servers
49- alias Debian GNU/Linux Servers
50+ hostgroup_name ubuntu-servers
51+ alias Ubuntu Linux Servers
52 members localhost
53 }
54

Subscribers

People subscribed via source and target branches