[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2020-12-02 Thread Jan Wagner
** Changed in: nagios-plugins-contrib (Ubuntu)
   Status: Confirmed => 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/1578296

Title:
  check_memory broken with new /usr/bin/free output

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

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

[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2018-07-18 Thread Dominique Ramaekers
I can confirm that check_memory works again in 18.04.

If I copy the plugin to a 16.04, it works also in 16.04.

On only one of my 18.04 systems I get an error, but this is really weird
root@cmsrvrb3:~# /usr/lib/nagios/plugins/check_memory 
Can't call method "new" on an undefined value at 
/usr/lib/nagios/plugins/check_memory line 55.

The line causing this error is just a declaration:
my $np = $plugin_module->new(
  usage => "Usage: %s [ -w  ] [ -c  ]\n"
. '   [ -u  ]',
  version => $VERSION,
  plugin  => $PROGNAME,
  blurb => 'Check free(1) data against given tresholds',
  timeout => 30,
); 

Does anyone have the same issue? Than I'd fill in a bug report. Maybe
I'm just missing something...

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

Title:
  check_memory broken with new /usr/bin/free output

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

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

[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2018-06-21 Thread Alex Gottschalk
This bug affects me also, making the check_memory plugin unusable in
nagios, sensu, icinga, etc.  Are there any plans to get this fixed in
16.04?  Is it fixed in 18.04?

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

Title:
  check_memory broken with new /usr/bin/free output

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

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

[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2017-06-01 Thread Bug Watch Updater
** Changed in: nagios-plugins-contrib (Debian)
   Status: Fix Committed => 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/1578296

Title:
  check_memory broken with new /usr/bin/free output

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

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


[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2017-05-15 Thread Sebastian Nohn
Some information, how we can get this approved and pushed to the
official 16.04 repos would be great.

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

Title:
  check_memory broken with new /usr/bin/free output

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

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


[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-12-12 Thread Luca Lesinigo
> Updates in a stable Ubuntu release needs to be acknowledged by the
Release Managers.

This plugin is simply broken and unusable in the 16.04 stable release,
also a regression from previous Ubuntu LTS. We have to detect Ubuntu
16.04 and deploy a different check script just for those systems,
instead of relying on the distribution-packaged one.

The patch would be backward-incompatible, strictly speaking, because it would 
stop the plugin from saying "Unable to interpret /usr/bin/free output" as it 
does now.
IMHO it would be an acceptable change :)

So, what are the next steps to get this patch acknowledged by the
Release Managers?

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

Title:
  check_memory broken with new /usr/bin/free output

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

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


[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-09-11 Thread Bug Watch Updater
** Changed in: nagios-plugins-contrib (Debian)
   Status: New => Fix Committed

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

Title:
  check_memory broken with new /usr/bin/free output

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

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


[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-07-22 Thread Bug Watch Updater
** Changed in: nagios-plugins-contrib (Debian)
   Status: Unknown => New

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

Title:
  check_memory broken with new /usr/bin/free output

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

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


Re: [Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-07-22 Thread Jan Wagner
Am 21.06.16 um 18:59 schrieb Ken Baker:
> What are the next steps to get this patch integrated in ubuntu?

the usual process is to get it fixed in Debian and then it should hit
the next Ubuntu release. (or somebody is making a new ubuntu release of
the package)

Updates in a stable Ubuntu release needs to be acknowledged by the
Release Managers.

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

Title:
  check_memory broken with new /usr/bin/free output

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

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


[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-07-22 Thread Jan Wagner
** Also affects: nagios-plugins-contrib (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806598
   Importance: Unknown
   Status: Unknown

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

Title:
  check_memory broken with new /usr/bin/free output

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

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


[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-07-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  check_memory broken with new /usr/bin/free output

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

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


[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-07-20 Thread Sean Clarke
** Description changed:

  $ /usr/lib/nagios/plugins/check_memory -vvv
  [extra-opts] check_memory -vvv
  Running: '/usr/bin/free -b'
  Output from /usr/bin/free:
- totalusedfree  shared  buff/cache   
available
-   Mem:  970764288   2010726401313177618829312   756559872   
722841600
-   Swap: 0   0   0
+ totalusedfree  shared  buff/cache   
available
+   Mem:  970764288   2010726401313177618829312   756559872   
722841600
+   Swap: 0   0   0
  MEMORY CRITICAL - Unable to interpret /usr/bin/free output
- 
  
  =
  Version information
  
- $ apt-cache policy nagios-plugins-contrib 
+ $ apt-cache policy nagios-plugins-contrib
  nagios-plugins-contrib:
-   Installed: 16.20151226
-   Candidate: 16.20151226
-   Version table:
-  *** 16.20151226 500
- 500 http://ports.ubuntu.com/ubuntu-ports xenial/universe armhf 
Packages
- 100 /var/lib/dpkg/status
+   Installed: 16.20151226
+   Candidate: 16.20151226
+   Version table:
+  *** 16.20151226 500
+ 500 http://ports.ubuntu.com/ubuntu-ports xenial/universe armhf 
Packages
+ 100 /var/lib/dpkg/status
  bakerkj@columbia:/tmp$ apt-cache policy procps
  procps:
-   Installed: 2:3.3.10-4ubuntu2
-   Candidate: 2:3.3.10-4ubuntu2
-   Version table:
-  *** 2:3.3.10-4ubuntu2 500
- 500 http://ports.ubuntu.com/ubuntu-ports xenial/main armhf Packages
- 100 /var/lib/dpkg/status
+   Installed: 2:3.3.10-4ubuntu2
+   Candidate: 2:3.3.10-4ubuntu2
+   Version table:
+  *** 2:3.3.10-4ubuntu2 500
+ 500 http://ports.ubuntu.com/ubuntu-ports xenial/main armhf Packages
+ 100 /var/lib/dpkg/status
  
  $ lsb_release -dr
  Description:Ubuntu 16.04 LTS
  Release:16.04

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

Title:
  check_memory broken with new /usr/bin/free output

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

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

[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-06-21 Thread Ken Baker
What are the next steps to get this patch integrated in ubuntu?

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

Title:
  check_memory broken with new /usr/bin/free output

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

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


[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-05-20 Thread TomaszChmielewski
Patch fixed the problem for me on Ubuntu 16.04.

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

Title:
  check_memory broken with new /usr/bin/free output

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

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


[Bug 1578296] Re: check_memory broken with new /usr/bin/free output

2016-05-04 Thread Ken Baker
It would appear there is an debian bug report and patch available here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806598

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

Title:
  check_memory broken with new /usr/bin/free output

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

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