Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #9303] Missing 'snmp_is_cisco' in Manubulon snmp-memory command definition #3031

Closed
icinga-migration opened this issue May 22, 2015 · 5 comments
Labels
area/itl Template Library CheckCommands bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/9303

Created by TomG on 2015-05-22 07:19:48 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2015-06-17 13:20:02 +00:00)
Target Version: 2.3.6
Last Update: 2015-06-18 12:04:18 +00:00 (in Redmine)

Icinga Version: 2.3.4
Backport?: Already backported
Include in Changelog: 1

Hi,

the predefined check for snmp-memory on Cisco switches failed, because of the missing cisco option "-I". Here is a possible diff:

---    command-plugins-manubulon.conf.orig  2015-04-20 11:44:00.000000000 +0200
+++ command-plugins-manubulon.conf.new  2015-05-22 09:11:38.412654982 +0200
@@ -110,6 +110,9 @@
        "-f" = {
            set_if = "$snmp_perf$"
        }
+       "-I" = {
+           set_if = "$snmp_is_cisco$"
+       }
    }

--
Tom

Attachments

Changesets

2015-06-17 13:13:38 +00:00 by TomG 8d383c6

Add 'snmp_is_cisco' to Manubulon snmp-memory command definition

The new var 'snmp_is_cisco' was added to snmp-memory check
for use the correct OID with cisco switches. The default
is 'false'.

fixes #9303

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>

2015-06-17 13:28:50 +00:00 by (unknown) 0763f4e

Update AUTHORS

refs #9416
refs #9303

2015-06-18 12:03:43 +00:00 by TomG 528b6f9

Add 'snmp_is_cisco' to Manubulon snmp-memory command definition

The new var 'snmp_is_cisco' was added to snmp-memory check
for use the correct OID with cisco switches. The default
is 'false'.

fixes #9303

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>

2015-06-18 12:03:52 +00:00 by (unknown) a2ed9f7

Update AUTHORS

refs #9303
@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-05-22 08:47:18 +00:00

  • Category changed from Plugins to ITL
  • Status changed from New to Feedback
  • Assigned to set to TomG

Could you please put that diff including a documentation update into a properly formatted git patch? Thanks.

@icinga-migration
Copy link
Author

Updated by TomG on 2015-05-22 10:03:31 +00:00

  • File added 0001-Fix-missing-variable-in-command-plugins-manubulon.co.patch

Here you are. :-)

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-06-17 13:15:55 +00:00

  • Subject changed from Missing var for snmp-memory in command-plugins-manubulon.conf to Missing 'snmp_is_cisco' in Manubulon snmp-memory command definition
  • Status changed from Feedback to Assigned
  • Assigned to changed from TomG to mfriedrich
  • Target Version set to 2.4.0
  • Estimated Hours set to 0.5

Thanks. What I meant - you should also update the documentation inside doc/7-....
I've done that now for you once, check the referenced git commit. I've also added a description field below set_if extracted from check_snmp_mem.pl's help.

@icinga-migration
Copy link
Author

Updated by TomG on 2015-06-17 13:20:02 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 8d383c6.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-06-18 12:04:18 +00:00

  • Target Version changed from 2.4.0 to 2.3.6
  • Backport? changed from TBD to Yes

@icinga-migration icinga-migration added bug Something isn't working area/itl Template Library CheckCommands labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.3.6 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/itl Template Library CheckCommands bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant