-
Notifications
You must be signed in to change notification settings - Fork 1
/
admin.json
205 lines (205 loc) · 4.98 KB
/
admin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"status": "active",
"preferred_support_tool": "_url",
"preferred_support_url": "https://github.com/fail2ban/fail2ban/issues",
"labels": [],
"private": false,
"socialnetworks": [
{
"accounturl": "",
"socialnetwork": "Twitter"
},
{
"accounturl": null,
"socialnetwork": "Facebook"
}
],
"tools": [
{
"mount_point": "admin",
"name": "admin",
"label": "Admin"
},
{
"mount_point": "summary",
"name": "summary",
"label": "Summary"
},
{
"mount_point": "support",
"name": "support",
"label": "Support"
},
{
"mount_point": "reviews",
"name": "reviews",
"label": "Reviews"
},
{
"mount_point": "files",
"name": "files",
"label": "Files"
},
{
"mount_point": "search",
"name": "search",
"label": "search"
},
{
"mount_point": "news",
"name": "blog",
"label": "News"
},
{
"mount_point": "wiki",
"name": "wiki",
"label": "Wiki"
},
{
"mount_point": "mailman",
"name": "mailman",
"label": "Mailing Lists"
},
{
"mount_point": "patches",
"name": "tickets",
"label": "Patches"
},
{
"mount_point": "donate",
"name": "link",
"label": "Donate"
},
{
"mount_point": "feature-requests",
"name": "tickets",
"label": "Feature Requests"
},
{
"mount_point": "bugs",
"name": "tickets",
"label": "Bugs"
},
{
"mount_point": "tickets",
"name": "tickets",
"label": "Tickets"
}
],
"categories": {
"developmentstatus": [
{
"fullpath": "Development Status :: 5 - Production/Stable",
"fullname": "5 - Production/Stable",
"shortname": "production",
"id": 11
},
{
"fullpath": "Development Status :: 4 - Beta",
"fullname": "4 - Beta",
"shortname": "beta",
"id": 10
}
],
"environment": [],
"language": [
{
"fullpath": "Programming Language :: Python",
"fullname": "Python",
"shortname": "python",
"id": 178
}
],
"license": [
{
"fullpath": "License :: OSI-Approved Open Source :: GNU General Public License version 2.0 (GPLv2)",
"fullname": "GNU General Public License version 2.0 (GPLv2)",
"shortname": "gpl",
"id": 15
}
],
"database": [],
"topic": [
{
"fullpath": "Topic :: System :: Networking :: Firewalls",
"fullname": "Firewalls",
"shortname": "firewalls",
"id": 151
},
{
"fullpath": "Topic :: System :: Logging",
"fullname": "Logging",
"shortname": "logging",
"id": 148
}
],
"audience": [
{
"fullpath": "Intended Audience :: by End-User Class :: System Administrators",
"fullname": "System Administrators",
"shortname": "sysadmins",
"id": 4
}
],
"translation": [
{
"fullpath": "Translations :: English",
"fullname": "English",
"shortname": "english",
"id": 275
}
],
"os": [
{
"fullpath": "Operating System :: Modern (Vendor-Supported) Desktop Operating Systems :: Linux",
"fullname": "Linux",
"shortname": "linux",
"id": 201
},
{
"fullpath": "Operating System :: Grouping and Descriptive Categories :: All POSIX (Linux/BSD/UNIX-like OSes)",
"fullname": "All POSIX (Linux/BSD/UNIX-like OSes)",
"shortname": "posix",
"id": 200
}
]
},
"developers": [
{
"url": "http://sourceforge.net/u/yarikoptic/",
"username": "yarikoptic",
"name": "Yaroslav Halchenko"
},
{
"url": "http://sourceforge.net/u/buanzo/",
"username": "buanzo",
"name": "Arturo Alberto Busleiman"
},
{
"url": "http://sourceforge.net/u/lostcontrol/",
"username": "lostcontrol",
"name": "Cyril Jaquier"
},
{
"url": "http://sourceforge.net/u/kdrapel/",
"username": "kdrapel",
"name": "Kevin Drapel"
}
],
"name": "Fail2Ban",
"url": "http://sourceforge.net/p/fail2ban/",
"icon_url": null,
"screenshots": [
{
"url": "http://sourceforge.net/p/fail2ban/screenshot/19130.jpg",
"caption": "Fail2Ban log file output example",
"thumbnail_url": "http://sourceforge.net/p/fail2ban/screenshot/19130.jpg/thumb"
}
],
"summary": "",
"short_description": "Fail2Ban monitors log files like /var/log/pwdfail or /var/log/apache/error_log and bans failure-prone addresses. It updates firewall rules to reject the IP address or executes user defined commands.\r\n\r\nPlease see code and download from https://github.com/fail2ban/fail2ban . SF Fail2ban portal might not be up-to-date",
"moved_to_url": "",
"shortname": "fail2ban",
"_id": "51acf2162718464f1a12f67c",
"external_homepage": "http://www.fail2ban.org"
}