Difference between revisions of "Category:Configuration"
From Fail2ban
Jump to navigationJump to searchLostcontrol (talk | contribs) |
(hopefully some useful information on creating new configuration pages.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The subcategories below contain information about external software and their relation to {{Fail2ban}}. In particular, logging outputs and corresponding regular expressions are proposed and discussed in these pages. Feel free to contribute. | The subcategories below contain information about external software and their relation to {{Fail2ban}}. In particular, logging outputs and corresponding regular expressions are proposed and discussed in these pages. Feel free to contribute. | ||
+ | |||
+ | To add an application edit the URL to contain http://www.fail2ban.org/wiki/index.php/''MyProgramName''. Create a new page with the format: | ||
+ | |||
+ | <pre> | ||
+ | MyProgramName is a program that does.... | ||
+ | |||
+ | {{Logging_Outputs}} | ||
+ | |||
+ | MyProgramNamve version X.XX.XX.Y | ||
+ | <div style="padding: 1em;border: 1px dashed #2f6fab;color: black;background-color: #f9f9f9;line-height: 1.1em;"> | ||
+ | * LogEntry | ||
+ | </div> | ||
+ | |||
+ | {{Failregex}} | ||
+ | |||
+ | <pre> | ||
+ | failregex = | ||
+ | < /pre> | ||
+ | |||
+ | [[Category:MyProgramCategory]] | ||
+ | </pre> | ||
+ | |||
+ | MyProgramCategory can be a new category or an existing listed below. If you create a new category edit and add <pre>[[Category:Configuration]]</pre> to the bottom of it so it gets liked here. |
Latest revision as of 14:55, 26 January 2008
The subcategories below contain information about external software and their relation to Fail2ban. In particular, logging outputs and corresponding regular expressions are proposed and discussed in these pages. Feel free to contribute.
To add an application edit the URL to contain http://www.fail2ban.org/wiki/index.php/MyProgramName. Create a new page with the format:
MyProgramName is a program that does.... {{Logging_Outputs}} MyProgramNamve version X.XX.XX.Y <div style="padding: 1em;border: 1px dashed #2f6fab;color: black;background-color: #f9f9f9;line-height: 1.1em;"> * LogEntry </div> {{Failregex}} <pre> failregex = < /pre> [[Category:MyProgramCategory]]
MyProgramCategory can be a new category or an existing listed below. If you create a new category edit and add
[[Category:Configuration]]
to the bottom of it so it gets liked here.