This file is indexed.

/usr/lib/python2.7/dist-packages/nixstatsagent-1.1.32.egg-info/PKG-INFO is in nixstatsagent 1.1.32-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Metadata-Version: 1.1
Name: nixstatsagent
Version: 1.1.32
Summary: NixStats agent
Home-page: https://github.com/NIXStats/nixstatsagent
Author: Al Nikolov
Author-email: root@toor.fi.eu.org
License: BSD-3-Clause
Description-Content-Type: UNKNOWN
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](https://travis-ci.org/NIXStats/nixstatsagent.svg?branch=master)](https://travis-ci.org/NIXStats/nixstatsagent)
        
        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
        
        The package is existing in Debian Sid and should appear soon in other releases
        and derivaives. If your suite is already supported, simply do:
        
        ```
        apt-get install nixstatsagent
        ```
        
        Until then, use our [packagecloud repository](https://packagecloud.io/btbroot/nixstats/install#bash)
        
        Current status:
        
        - [x] Ubuntu 16.04.1 LTS (packagecloud:ubuntu/xenial)
        - [x] Ubuntu 14.04.5 LTS (packagecloud:ubuntu/trusty)
        - [x] Ubuntu 12.04.5 LTS (packagecloud:ubuntu/precise)
        - [x] Debian 8 (packagecloud:debian/jessie)
        - [x] Debian 7 (packagecloud:debian/wheezy)
        - [ ] Debian 6
        - [x] Debian 9 (sid, stretch, packagecloud:debian/stretch)
        - [x] Ubuntu 17.04 (zesty)
        
        ### Fedora
        
        -   CentOS 7
        -   CentOS 6
        -   CentOS 5
        -   Fedora 25 (low priority)
        -   Fedora 24 (low priority)
        -   Fedora 23 (low priority)
        
        ### Windows
        
        -   Windows 2016 (low priority)
        -   Windows 2012 (low priority)
        
        ### Python 2.6 or 2.7 environment
        
        As the binary packages are published on [PyPI](https://pypi.python.org/pypi),
        provided that you've obtained [pip](https://pip.pypa.io/en/latest/installing/),
        simply do:
        
        ```
        pip install nixstatsagent
        ```
        
        ### Python 2.4 or 2.5 environment
        
        As the source package is published on [PyPI](https://pypi.python.org/pypi),
        provided that you've obtained [setuptools](https://pypi.python.org/pypi/setuptools#installation-instructions),
        simply do:
        
        ```
        easy_install nixstatsagent
        ```
        
        
        
Keywords: nixstats system monitoring agent
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Monitoring