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 #7253] Cli Commands: Node Repository Blacklist & Whitelist #1997

Closed
icinga-migration opened this issue Sep 16, 2014 · 10 comments
Labels
area/cli Command line helpers enhancement New feature or request
Milestone

Comments

@icinga-migration
Copy link

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

Created by mfriedrich on 2014-09-16 08:58:54 +00:00

Assignee: mfriedrich
Status: Closed (closed on 2014-10-29 23:55:50 +00:00)
Target Version: 2.2.0
Last Update: 2014-10-31 13:01:13 +00:00 (in Redmine)


Required changes:

  • commands
    • whitelist add
    • whitelist remove
    • whitelist list
    • blacklist add
    • blacklist remove
    • blacklist list

/var/lib/icinga2/api/{blacklist,whitelist}

$ icinga2 node whitelist add --zone="*" --host="*" [--service="*"]
$ icinga2 node whitelist remove --zone="*" --host="*" [--service="*"]
$ icinga2 node whitelist list
$ icinga2 node blacklist add --zone="*" --host="*" [--service="*"]
$ icinga2 node blacklist remove --zone="*" --host="*" [--service="*"]
$ icinga2 node blacklist list
$ icinga2 node update-config

Changesets

2014-10-28 21:03:55 +00:00 by (unknown) 70fe95b

Cli: Add blacklist/whitelist commands for agent commands

refs #7253

2014-10-29 18:21:52 +00:00 by (unknown) 4fe486c

Cli: Fix overwriting api.conf; Move black/whitelist functionality into AgentUtility class

refs #7253
fixes #7481

2014-10-29 23:29:09 +00:00 by (unknown) 0ff5cf5

Cli: 'agent update-config' checks against black/whitelist filters on add/remove

fixes #7501
refs #7253

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-09-16 09:24:40 +00:00

  • Category set to CLI

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-09-16 09:43:38 +00:00

  • Estimated Hours set to 3

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-10-17 10:20:43 +00:00

  • Subject changed from Repository Blacklist & Whitelist to Cli Commands: Agent Repository Blacklist & Whitelist
  • Description updated

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-10-24 14:09:08 +00:00

  • Description updated

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-10-27 12:52:16 +00:00

  • Assigned to set to mfriedrich

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-10-29 18:30:59 +00:00

  • Parent Id deleted 7249

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-10-29 18:31:18 +00:00

  • Relates set to 7249

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-10-29 23:55:50 +00:00

  • Status changed from New to Closed

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-10-31 13:00:45 +00:00

  • Subject changed from Cli Commands: Agent Repository Blacklist & Whitelist to Cli Commands: Node Repository Blacklist & Whitelist

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-10-31 13:01:13 +00:00

  • Description updated

@icinga-migration icinga-migration added enhancement New feature or request area/cli Command line helpers labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.2.0 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Command line helpers enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant