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

Support new paths #114

Closed
izzzhoga opened this issue Sep 29, 2022 · 3 comments · Fixed by #127
Closed

Support new paths #114

izzzhoga opened this issue Sep 29, 2022 · 3 comments · Fixed by #127
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@izzzhoga
Copy link

SUMMARY

Good day! I use your module to automate the configuration of my Mikrotik. There was a need to configure the following paths in the configuration:
/system logging; /system logging action

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

community.routeros.api_modify module – Modify data at paths with API

ADDITIONAL INFORMATION

Here is an example of the command I need to execute on my Mikrotik:
/system logging action add email-start-tls=yes email-to={{ smtp_mail_to_addr }} name={{ smtp_logging_action_name }} target=email
/system logging add action={{ smtp_logging_action_name }} topics=critical
/system logging add action={{ smtp_logging_action_name }} topics=error
/system logging add action={{ smtp_logging_action_name }} topics=warning

I'm sorry if there are errors in the text!

@felixfontein
Copy link
Collaborator

I know too little about these paths to feel confident enough to implement them. If someone wants to try, feel free!

@felixfontein felixfontein added enhancement New feature or request help wanted Extra attention is needed labels Nov 9, 2022
@izzzhoga
Copy link
Author

Good afternoon! Thank you so much for adding new paths!
I haven't had time to try them out yet, but I will definitely do it soon

@felixfontein
Copy link
Collaborator

@izzzhoga all the new changes are in the latest release (2.4.0) from yesterday, so you can try them out without having to install this collection from source or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants