saas apachetrafic change executable python to python3
This commit is contained in:
parent
4fce245da3
commit
538816c6a4
|
@ -24,7 +24,7 @@ class ApacheTrafficByHost(ServiceMonitor):
|
|||
<tt>CustomLog /home/pangea/logs/apache/host_blog.pangea.org.log host</tt>
|
||||
"""
|
||||
model = 'saas.SaaS'
|
||||
script_executable = '/usr/bin/python'
|
||||
script_executable = '/usr/bin/python3'
|
||||
monthly_sum_old_values = True
|
||||
abstract = True
|
||||
include_received_bytes = False
|
||||
|
|
|
@ -64,7 +64,7 @@ class ApacheTrafficNextcloud(ServiceMonitor):
|
|||
<tt>CustomLog /var/log/apache2/access_nextcloud_nomusuari.log</tt>
|
||||
"""
|
||||
model = 'saas.SaaS'
|
||||
script_executable = '/usr/bin/python'
|
||||
script_executable = '/usr/bin/python3'
|
||||
monthly_sum_old_values = True
|
||||
abstract = True
|
||||
include_received_bytes = True
|
||||
|
|
Loading…
Reference in a new issue