معرفی شرکت ها


agent360-1.2.36


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

360 agent
ویژگی مقدار
سیستم عامل POSIX :: Linux
نام فایل agent360-1.2.36
نام agent360
نسخه کتابخانه 1.2.36
نگهدارنده ['360']
ایمیل نگهدارنده ['360support@webpros.com']
نویسنده 360
ایمیل نویسنده 360support@webpros.com
آدرس صفحه اصلی https://github.com/plesk/agent360
آدرس اینترنتی https://pypi.org/project/agent360/
مجوز BSD-3-Clause
# Agent360 360 Monitoring is a web service that monitors and displays statistics of your server performance. Agent360 is OS agnostic software compatible with Python 2.7, 3.5, and 3.6. It's been optimized to have low CPU consumption and comes with an extendable set of useful plugins. [![Build Status](https://github.com/plesk/agent360/workflows/Agent360-Test-And-Deploy/badge.svg?branch=master)](https://github.com/plesk/agent360/actions/workflows/test-and-deploy.yml) ## Automatic Installation (All Linux Distributions) You can install the default configuration of Agent360 on all Linux distributions with just one click. 1. Connect to your server via SSH. 2. Find your USERTOKEN. To do so, [go to the servers page](https://monitoring.platform360.io/servers/overview) and then click the "Add server" button. 3. Run the following command: ```sh wget -q -N https://monitoring.platform360.io/agent360.sh && bash agent360.sh USERTOKEN ``` ## Automatic Installation (Windows) Download the [setup](https://github.com/plesk/agent360/releases) and install it on your Windows server. The installer will ask for your USERTOKEN which you can get [from the servers page](https://monitoring.platform360.io/servers/overview). ## Manual Installation To customize installation options, install Agent360 manually. 1. Connect to your server via SSH. 2. Run the following command, which differs depending on your server platform: - Debian GNU/Linux: ```sh apt-get install python3-devel python3-setuptools python3-pip pip3 install agent360 wget -O /etc/agent360.ini https://monitoring.platform360.io/agent360.ini ``` - Fedora/CentOS version 6 or earlier (python 2.7): ```sh yum install python-devel python-setuptools gcc easy_install agent360 netifaces psutil wget -O /etc/agent360.ini https://monitoring.platform360.io/agent360.ini ``` - Fedora/CentOS version 7 and later (python 3): ```sh yum install python36-devel python36 gcc pip3 install agent360 wget -O /etc/agent360.ini https://monitoring.platform360.io/agent360.ini ``` 3. Find your USERTOKEN. To do so, [go to the servers page](https://monitoring.platform360.io/servers/overview) and then click the "Add server" button. You need this to generate a serverid. 4. Run the following command (USERTOKEN is the one you got during the previous step): ```sh agent360 hello USERTOKEN /etc/agent360-token.ini ``` 5. Create a systemd service at `/etc/systemd/system/agent360.service` by adding the following: ```ini [Unit] Description=Agent360 [Service] ExecStart=/usr/local/bin/agent360 User=agent360 [Install] WantedBy=multi-user.target ``` 6. Run the following command: ```sh chmod 644 /etc/systemd/system/agent360.service systemctl daemon-reload systemctl enable agent360 systemctl start agent360 ``` ## Building Windows setup Prerequisite: [InnoSetup](https://jrsoftware.org/isdl.php) is used as the installer, build script assumes that it is installed in the default location. Run `php windows/build.php` to create setup file.


نیازمندی

مقدار نام
- psutil
- netifaces
- configparser
- future
- distro


نحوه نصب


نصب پکیج whl agent360-1.2.36:

    pip install agent360-1.2.36.whl


نصب پکیج tar.gz agent360-1.2.36:

    pip install agent360-1.2.36.tar.gz