saas apachetrafic change executable python to python3

This commit is contained in:
Jorge Pastor 2025-02-28 13:49:06 +01:00
parent 4fce245da3
commit 538816c6a4
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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