We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
... instead of replacing them by a single character. I.e.:
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Becomes:
%20%21%22%23%24%25%26%27%28%29%2a%2b%2c%2d%2e%2f0123456789%3a%3b%3c%3d%3e%3f%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5b%5c%5d%5e%5f%60abcdefghijklmnopqrstuvwxyz%7b%7c%7d%7e
With this one the Graphite module will have a lot less trouble (once adjusted).
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Can you provide more details what's this supposed to do?
E.g. Icinga/icingaweb2-module-graphite#210
If I understand correctly, that one is only about ., so what's the reason for suggesting to replace all kinds of characters?
.
Eg / also gets lost. This is for not loosing characters.
No branches or pull requests
... instead of replacing them by a single character. I.e.:
Becomes:
With this one the Graphite module will have a lot less trouble (once adjusted).
The text was updated successfully, but these errors were encountered: