����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.82 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/cloudlinux/venv/lib64/python3.11/site-packages/cl_plus/ |
Upload File : |
# coding=utf-8 # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2020 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENCE.TXT # # pylint: disable=no-absolute-import import re # This variable will be updated by RPM spec during build process PKG_VERSION = "1.1.16-2.el8.cloudlinux" # in order to remove difference in version between 6/7/8 cl # cm-1.0.0-1.el7h.cloudlinux.rpm -> cm-1.0.0-1.elX.cloudlinux.rpm # cm-1.0.0-1.el8.cloudlinux.rpm -> cm-1.0.0-1.elX.cloudlinux.rpm PKG_VERSION_TINY = re.sub(r'\.el\w(h?)\.', '.elX.', PKG_VERSION) # https://cl.sentry.cloudlinux.com/settings/cloudlinux_os/projects/cmt-endservertools/ SENTRY_DSN = 'https://f0bce3fe36914408a5cf9e8ca781286c:' \ '57cb4c734057439a9ba055db7580eee9@cl.sentry.cloudlinux.com/3' # Family metric sample indexes (for node_exporter metrics) METRIC_NAME = 0 METRIC_LABELS = 1 METRIC_VALUE = 2 COLLECTORS_DEFAULT_INTERVAL = 5 # seconds