Navigation Menu

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 #8869] Array in command arguments doesn't work #2828

Closed
icinga-migration opened this issue Mar 26, 2015 · 4 comments
Closed
Labels
bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

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

Created by gbeutner on 2015-03-26 08:29:23 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2015-03-26 08:44:54 +00:00)
Target Version: 2.3.3
Last Update: 2015-03-26 08:44:54 +00:00 (in Redmine)

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

Changesets

2015-03-26 08:29:52 +00:00 by (unknown) 3adec45

Fix arrays in command arguments

fixes #8869

2015-03-26 08:44:47 +00:00 by (unknown) 47e17bf

Fix arrays in command arguments

fixes #8869
@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-03-26 08:30:07 +00:00

<9> =>  s = get_servis.last_check_result
{
    "active": true,
    "check_source": "nbmif.int.netways.de",
    "command": [
        "/usr/lib64/nagios/plugins/check_dummy",
        "0",
        [
            "windows-servers",
            "linux-servers",
            "linux-servers-test"
        ]
    ],
    "execution_end": 1427357691.6432819366,
    "execution_start": 1427357691.6410870552,
    "exit_status": 0.0,
    "output": "OK: Object of type 'icinga::Array'",
    "performance_data": [

    ],
    "schedule_end": 1427357691.6434690952,
    "schedule_start": 1427357696.6400001049,
    "state": 0.0,
    "type": "CheckResult",
    "vars_after": {
        "attempt": 1.0,
        "reachable": true,
        "state": 0.0,
        "state_type": 1.0
    },
    "vars_before": {
        "attempt": 1.0,
        "reachable": true,
        "state": 0.0,
        "state_type": 1.0
    }
}

@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-03-26 08:30:21 +00:00

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

Applied in changeset 3adec45.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-03-26 08:35:41 +00:00

  • Status changed from Resolved to Assigned
  • Target Version changed from 2.4.0 to 2.3.3
  • Backport? changed from TBD to Yes

@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-03-26 08:44:54 +00:00

  • Status changed from Assigned to Resolved

Applied in changeset 47e17bf.

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

No branches or pull requests

1 participant