Skip to main content

NixStats agent

Project description

NixStats Agent

NixStats.com is a web service of monitoring and displaying statistics of your server performance.

This software is an OS-agnostic agent compatible with Python 2.4, 2.5, 2.6 and 2.7. It's been optimized to have a small CPU consumption and comes with an extendable set of useful plugins.

Build Status

Installation

Depending on your platform, many installation options are possible. We are listing them more or less in the order from the most specific (and preferred) to the most generic ones.

Debian GNU/Linux

Manual installation:

apt-get install python3-devel python3-setuptools python3-pip
pip3 install nixstatsagent
wget -O /etc/nixstats.ini https://www.nixstats.com/nixstats.ini

You can find your USERTOKEN on the settings page (https://nixstats.com/settings/overview). You need this to generate a serverid.

nixstatshello USERTOKEN /etc/nixstats-token.ini

Create a service for systemd at /etc/systemd/system/nixstatsagent.service

[Unit]
Description=Nixstatsagent

[Service]
ExecStart=/usr/local/bin/nixstatsagent
User=nixstats

[Install]
WantedBy=multi-user.target

Then run:

chmod 644 /etc/systemd/system/nixstatsagent.service
systemctl daemon-reload
systemctl enable nixstatsagent
systemctl start nixstatsagent

Fedora / CentOS

For version 6 or earlier (python 2.6, 2.7):

yum install python-devel python-setuptools gcc
easy_install nixstatsagent netifaces psutil

For version 7 and later (python 3):

yum install python36-devel python36 gcc
pip3 install nixstatsagent

Windows

Download the windows installer for nixstatsagent. When asked for the usertoken, provide the usertoken that is available on the settings page at Nixstats.

Python 2.4 or 2.5 environment

As the source package is published on PyPI, provided that you've obtained setuptools, simply do:

easy_install nixstatsagent

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nixstatsagent-1.2.17.tar.gz (34.8 kB view details)

Uploaded Source

File details

Details for the file nixstatsagent-1.2.17.tar.gz.

File metadata

  • Download URL: nixstatsagent-1.2.17.tar.gz
  • Upload date:
  • Size: 34.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.7

File hashes

Hashes for nixstatsagent-1.2.17.tar.gz
Algorithm Hash digest
SHA256 2ab083f187c113d1ad5c4630a8b709e87b32b2a5acdaa73da52683d5edad687a
MD5 54d3e74132e80b06718388f2cbb28255
BLAKE2b-256 e32353b561c7c7adfb67e6075a7b09988172c8bd45e1a3fcb43cb2560c9a5c76

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page