├── README.md └── status.html /README.md: -------------------------------------------------------------------------------- 1 | # Apache server-status Charts 2 | Application written in HTML5 and Javascript to represent the apache server-status data with graphs. 3 | 4 | ![capturar](https://cloud.githubusercontent.com/assets/3487994/8964325/5cce6e1c-35fb-11e5-994b-d9f07192862a.PNG) 5 | 6 | ## Usage 7 | Copy Status.html to your server and run in a browser. The application automatically reads the data from /server-status. 8 | 9 | Prerequisites 10 | - Turn on the mod_status Apache (http://httpd.apache.org/docs/2.2/mod/mod_status.html) 11 | - Make sure the computer you want to view the data has access to /server-status 12 | 13 | It is advisable to run the Status.html locally on the server to be monitored to avoid cross-domain problems (and prevent unwanted peeping). 14 | 15 | For further information contact http://bernardosilva.com.br/#contato 16 | -------------------------------------------------------------------------------- /status.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Server status 8 | 9 | 10 | 165 | 169 | 170 | 171 | 172 |
173 |
174 |
175 |

176 |
177 |
178 |

Total accesses

179 |
180 |
181 |

Total traffic

182 |
183 |
184 |

Uptime

185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 | 210 |
211 |
212 | 213 | 214 | 215 | 216 | 217 | --------------------------------------------------------------------------------