[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-12-26 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios-plugins - 1.5-1ubuntu2

---
nagios-plugins (1.5-1ubuntu2) trusty; urgency=medium

  * Drop universe and not-needed freradius build dependency.

nagios-plugins (1.5-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable (LP: #1259863).  Remaining changes:
- debian/control, debian/rules, debian/nagios-plugins-extra.dirs
   + add package nagios-plugins-extra
   + Suggest nagios-plugins-contrib in the universe package (-extras).
- debian/control
   - replaces on nagios-plugins-basic ( 1.4.16-1ubuntu1)
   - conflicts and replaces on nagios-plugins-extra

nagios-plugins (1.5-1) unstable; urgency=medium

  * New upstream release

nagios-plugins (1.4.16+git20130926-1) unstable; urgency=medium

  * New upstream git snapshot (d4c5730464)
- check_http: Die on SSL initialization errors
- several updates to the upstream README

nagios-plugins (1.4.16+git20130919-1) unstable; urgency=medium

  * New upstream git snapshot (6f0366c8b8)
- check_pgsql: Don't exit UNKNOWN instead of OK (Closes: #723738)
- check_dhcp: fix mac address and interface number detection on solaris
- check_disk: get_fs_usage hasn't been run if using groups
- check_disk_smb: verify path to smbclient
- check_tcp: use receive timeout for checks that expect response
- check_load: add alternative uptime syntaxcheck_udp: try nc.traditional too
- check_udp: unified nc syntax
- check_fping: some fping versions set loss to 0% by mistake

nagios-plugins (1.4.16+git20130912-1) unstable; urgency=medium

  * New upstream git snapshot (4933146e00) (Closes: #722576)
- check_snmp: add timeout handler befor running snmpget
- check_tcp: only test ipv6 if ping6 works
- tests: sort cached settings before save
- tests: make sure tests don't hang
- check_tcp: Fix checks without --expect string
- check_tcp: Properly deal will partial recv(3)s
- Improve interface of np_expect_match() function

nagios-plugins (1.4.16+git20130911-1) unstable; urgency=medium

  * New upstream git snapshot (ca9ce71576)
- Don't mark SSL_METHOD variable as const
- Move global variables from .h to .c files
- Fix GCC's -Wimplicit-function-declaration warnings
- Fix GCC's -Wuninitialized warnings

nagios-plugins (1.4.16+git20130910-1) unstable; urgency=medium

  * New upstream git snapshot (cfb50add53)
- check_tcp: Don't close connection too early
- check_http: s/--proxy_authorization/--proxy-authorization/
- check_snmp: Initialize size_t value to 0, not NULL
- Update bundled libtool files
- check_icmp: Minor whitespace/indentation fixes
- check_icmp: Support --help and --version

nagios-plugins (1.4.16+git20130902-1) unstable; urgency=medium

  * New upstream git snapshot (5789548373)
- Adjust debian/copyright
  * Droped the following upstream integrated patches
- 05_fix_gets_undefined_in_iso_c11.dpatch
- 10_check_apt_perfdata.dpatch
- 11_check_nt_npe.dpatch
- 12_check_smtp_double_threshold.dpatch
  * Fix removing empty /usr/include
  * Add new check_dbi into nagios-plugins-standard
  * Remove whois from Recommands, as check_bgpstate is removed
  * Cleanup debian/rules from unused stuff
  * Provide information about repackaging
- Extend debian/README.source
- Add debian/bin/repack.sh
  * Updating standards version to 3.9.4 (no changes needed)
  * Add libfreeradius-client-dev to build-deps and remove libradiusclient-ng-dev
(Closes: #721621)
  * Remove traces of contrib/ from debian/copyright
  * Remove command.cfg from examples in nagios-plugins-common, it was removed
upstream

nagios-plugins (1.4.16-3) unstable; urgency=medium

  * Fixed check_squid* command definitions
  * Add double threshold to check_smtp (LP: #318703)
- 12_check_smtp_double_threshold.dpatch
  * Remove the additional argument from check_ssh and check_proc
(Closes: #717229, 720580)
 -- Dimitri John Ledkov x...@ubuntu.com   Fri, 27 Dec 2013 02:08:45 +

** Changed in: nagios-plugins (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-12-26 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios-plugins - 1.5-1ubuntu2

---
nagios-plugins (1.5-1ubuntu2) trusty; urgency=medium

  * Drop universe and not-needed freradius build dependency.

nagios-plugins (1.5-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable (LP: #1259863).  Remaining changes:
- debian/control, debian/rules, debian/nagios-plugins-extra.dirs
   + add package nagios-plugins-extra
   + Suggest nagios-plugins-contrib in the universe package (-extras).
- debian/control
   - replaces on nagios-plugins-basic ( 1.4.16-1ubuntu1)
   - conflicts and replaces on nagios-plugins-extra

nagios-plugins (1.5-1) unstable; urgency=medium

  * New upstream release

nagios-plugins (1.4.16+git20130926-1) unstable; urgency=medium

  * New upstream git snapshot (d4c5730464)
- check_http: Die on SSL initialization errors
- several updates to the upstream README

nagios-plugins (1.4.16+git20130919-1) unstable; urgency=medium

  * New upstream git snapshot (6f0366c8b8)
- check_pgsql: Don't exit UNKNOWN instead of OK (Closes: #723738)
- check_dhcp: fix mac address and interface number detection on solaris
- check_disk: get_fs_usage hasn't been run if using groups
- check_disk_smb: verify path to smbclient
- check_tcp: use receive timeout for checks that expect response
- check_load: add alternative uptime syntaxcheck_udp: try nc.traditional too
- check_udp: unified nc syntax
- check_fping: some fping versions set loss to 0% by mistake

nagios-plugins (1.4.16+git20130912-1) unstable; urgency=medium

  * New upstream git snapshot (4933146e00) (Closes: #722576)
- check_snmp: add timeout handler befor running snmpget
- check_tcp: only test ipv6 if ping6 works
- tests: sort cached settings before save
- tests: make sure tests don't hang
- check_tcp: Fix checks without --expect string
- check_tcp: Properly deal will partial recv(3)s
- Improve interface of np_expect_match() function

nagios-plugins (1.4.16+git20130911-1) unstable; urgency=medium

  * New upstream git snapshot (ca9ce71576)
- Don't mark SSL_METHOD variable as const
- Move global variables from .h to .c files
- Fix GCC's -Wimplicit-function-declaration warnings
- Fix GCC's -Wuninitialized warnings

nagios-plugins (1.4.16+git20130910-1) unstable; urgency=medium

  * New upstream git snapshot (cfb50add53)
- check_tcp: Don't close connection too early
- check_http: s/--proxy_authorization/--proxy-authorization/
- check_snmp: Initialize size_t value to 0, not NULL
- Update bundled libtool files
- check_icmp: Minor whitespace/indentation fixes
- check_icmp: Support --help and --version

nagios-plugins (1.4.16+git20130902-1) unstable; urgency=medium

  * New upstream git snapshot (5789548373)
- Adjust debian/copyright
  * Droped the following upstream integrated patches
- 05_fix_gets_undefined_in_iso_c11.dpatch
- 10_check_apt_perfdata.dpatch
- 11_check_nt_npe.dpatch
- 12_check_smtp_double_threshold.dpatch
  * Fix removing empty /usr/include
  * Add new check_dbi into nagios-plugins-standard
  * Remove whois from Recommands, as check_bgpstate is removed
  * Cleanup debian/rules from unused stuff
  * Provide information about repackaging
- Extend debian/README.source
- Add debian/bin/repack.sh
  * Updating standards version to 3.9.4 (no changes needed)
  * Add libfreeradius-client-dev to build-deps and remove libradiusclient-ng-dev
(Closes: #721621)
  * Remove traces of contrib/ from debian/copyright
  * Remove command.cfg from examples in nagios-plugins-common, it was removed
upstream

nagios-plugins (1.4.16-3) unstable; urgency=medium

  * Fixed check_squid* command definitions
  * Add double threshold to check_smtp (LP: #318703)
- 12_check_smtp_double_threshold.dpatch
  * Remove the additional argument from check_ssh and check_proc
(Closes: #717229, 720580)
 -- Dimitri John Ledkov x...@ubuntu.com   Fri, 27 Dec 2013 02:08:45 +

** Changed in: nagios-plugins (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-10-26 Thread cyco
This is fixed in version 1.5 of nagios-plugins

** Changed in: nagios-plugins
   Importance: Unknown = Undecided

** Changed in: nagios-plugins
   Status: Unknown = New

** Changed in: nagios-plugins
 Remote watch: SourceForge.net Tracker #2555775 = None

** Changed in: nagios-plugins
   Importance: Undecided = Unknown

** Changed in: nagios-plugins
   Status: New = Unknown

** Changed in: nagios-plugins
 Remote watch: None = SourceForge.net Tracker #2555775

** Changed in: nagios-plugins
   Importance: Unknown = Undecided

** Changed in: nagios-plugins
   Status: Unknown = New

** Changed in: nagios-plugins
 Remote watch: SourceForge.net Tracker #2555775 = None

** Changed in: nagios-plugins
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-10-26 Thread cyco
This is fixed in version 1.5 of nagios-plugins

** Changed in: nagios-plugins
   Importance: Unknown = Undecided

** Changed in: nagios-plugins
   Status: Unknown = New

** Changed in: nagios-plugins
 Remote watch: SourceForge.net Tracker #2555775 = None

** Changed in: nagios-plugins
   Importance: Undecided = Unknown

** Changed in: nagios-plugins
   Status: New = Unknown

** Changed in: nagios-plugins
 Remote watch: None = SourceForge.net Tracker #2555775

** Changed in: nagios-plugins
   Importance: Unknown = Undecided

** Changed in: nagios-plugins
   Status: Unknown = New

** Changed in: nagios-plugins
 Remote watch: SourceForge.net Tracker #2555775 = None

** Changed in: nagios-plugins
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-08-28 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/jessie/nagios-plugins

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-08-28 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/jessie/nagios-plugins

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/nagios-plugins

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/nagios-plugins

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-07-11 Thread cyco
pending pull request: https://github.com/nagios-plugins/nagios-
plugins/pull/58

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2013-07-11 Thread cyco
pending pull request: https://github.com/nagios-plugins/nagios-
plugins/pull/58

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/318703

Title:
  nagios check_smtp expects integer instead of double

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/318703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2010-06-10 Thread David Futcher
** Tags added: patch-forwarded-upstream

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2010-06-10 Thread David Futcher
** Tags added: patch-forwarded-upstream

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-10-14 Thread Pedro Villavicencio
** Changed in: nagios-plugins (Ubuntu)
   Status: Confirmed = Triaged

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-10-14 Thread Pedro Villavicencio
** Changed in: nagios-plugins (Ubuntu)
   Status: Confirmed = Triaged

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-03-04 Thread Thierry Carrez
** Changed in: nagios-plugins (Ubuntu)
   Importance: Undecided = Low

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-03-04 Thread Thierry Carrez
** Changed in: nagios-plugins (Ubuntu)
   Importance: Undecided = Low

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-02-06 Thread Jorge O. Castro
** Also affects: nagios-plugins via
   http://sourceforge.net/support/tracker.php?aid=2555775
   Importance: Unknown
   Status: Unknown

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-02-06 Thread Jorge O. Castro
** Also affects: nagios-plugins via
   http://sourceforge.net/support/tracker.php?aid=2555775
   Importance: Unknown
   Status: Unknown

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-02-05 Thread cyco
Hi,

upstream stated the following:

The proper fix would rather be using the nagios thresholds functions. OTOH
it's more likely that we put time toward implementing the new thresholds
format than fixing plugins that were never converted to the old one.

Feel free to attach a working patch if you wish - we'll consider it
anyway. Otherwise a quick fix would rather be fixing the documentation.

Please provide further informations to launchpad and the upstreambug
too.

Thanks, Jan.

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-02-05 Thread cyco
Hi,

upstream stated the following:

The proper fix would rather be using the nagios thresholds functions. OTOH
it's more likely that we put time toward implementing the new thresholds
format than fixing plugins that were never converted to the old one.

Feel free to attach a working patch if you wish - we'll consider it
anyway. Otherwise a quick fix would rather be fixing the documentation.

Please provide further informations to launchpad and the upstreambug
too.

Thanks, Jan.

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-02-01 Thread cyco
Bug was reported upstream, see
https://sourceforge.net/tracker/index.php?func=detailaid=2555775group_id=29880atid=397597

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-02-01 Thread cyco
Bug was reported upstream, see
https://sourceforge.net/tracker/index.php?func=detailaid=2555775group_id=29880atid=397597

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-01-26 Thread Chuck Short
If possible can you send this patch upstream to the nagios-plugin
developers?

Thanks
chuck

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-01-26 Thread Chuck Short
If possible can you send this patch upstream to the nagios-plugin
developers?

Thanks
chuck

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-01-24 Thread Andreas Olsson
I can confirm the problem described; how the help asks for a double but
the actual command complains unless it gets an integer. I haven't looked
at the root cause.

This goes for for 1.4.11-1ubuntu5 (Hardy) as well as for
1.4.11-2ubuntu2.1 (Intrepid)

** Changed in: nagios-plugins (Ubuntu)
   Status: New = Confirmed

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-01-19 Thread Roman Fiedler

** Attachment added: Untested patch for check_smtp
   http://launchpadlibrarian.net/21351361/patch-nagios-plugins-1.4.12

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 318703] Re: nagios check_smtp expects integer instead of double

2009-01-19 Thread Roman Fiedler

** Attachment added: Untested patch for check_smtp
   http://launchpadlibrarian.net/21351361/patch-nagios-plugins-1.4.12

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs