mirror of https://github.com/mikaku/Monitorix.git
improved the Apache graph adding more statistical values and graphs
This commit is contained in:
parent
3b6e66dca1
commit
2ff8809b81
3
Changes
3
Changes
|
@ -17,7 +17,8 @@
|
||||||
(thanks to Claude Nadon, claude AT ws01.info)
|
(thanks to Claude Nadon, claude AT ws01.info)
|
||||||
- Added support for process names that include spaces in Process graph. [#94]
|
- Added support for process names that include spaces in Process graph. [#94]
|
||||||
- Added the ability to include an alert for each defined filesystem in the 'fs'
|
- Added the ability to include an alert for each defined filesystem in the 'fs'
|
||||||
graph. The previous alert system in this graph is now deprecated.
|
graph. The previous unique alert system in this graph is now deprecated.
|
||||||
|
- Improved the Apache graph adding more statistical values and graphs.
|
||||||
- Fixed the text color in the bottom URL of the Bind graph.
|
- Fixed the text color in the bottom URL of the Bind graph.
|
||||||
- Fixed the text color in the bottom URL of the Icecast Streaming Server graph.
|
- Fixed the text color in the bottom URL of the Icecast Streaming Server graph.
|
||||||
- Fixed a problem with multiple 'ApplicationInstance' tags in Wowza Server
|
- Fixed a problem with multiple 'ApplicationInstance' tags in Wowza Server
|
||||||
|
|
872
lib/apache.pm
872
lib/apache.pm
File diff suppressed because it is too large
Load Diff
|
@ -375,8 +375,8 @@ secure_log_date_format = %b %e
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
<apache>
|
<apache>
|
||||||
list = http://localhost/server-status?auto
|
list = http://localhost/server-status?auto
|
||||||
rigid = 0, 2, 0
|
rigid = 0, 0, 2, 0, 0, 0
|
||||||
limit = 100, 100, 100
|
limit = 100, 100, 100, 100, 100, 100
|
||||||
</apache>
|
</apache>
|
||||||
|
|
||||||
|
|
||||||
|
@ -842,8 +842,11 @@ graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, du, net, nets
|
||||||
_ftp2 = New sessions
|
_ftp2 = New sessions
|
||||||
_ftp3 = FTP traffic
|
_ftp3 = FTP traffic
|
||||||
_apache1 = Apache workers
|
_apache1 = Apache workers
|
||||||
_apache2 = Apache CPU usage
|
_apache2 = Apache workers
|
||||||
_apache3 = Apache requests
|
_apache3 = Apache CPU usage
|
||||||
|
_apache4 = Apache requests
|
||||||
|
_apache5 = Apache workers
|
||||||
|
_apache6 = Apache open slots
|
||||||
_nginx1 = Nginx connections
|
_nginx1 = Nginx connections
|
||||||
_nginx2 = Nginx requests
|
_nginx2 = Nginx requests
|
||||||
_nginx3 = Nginx traffic
|
_nginx3 = Nginx traffic
|
||||||
|
|
Loading…
Reference in New Issue