Module to interact with the AKiPS Network Monitoring Software API interface
Project description
akips
This akips module provides a simple way for python scripts to interact with the AKiPS Network Monitoring Software API interface.
Installation
To install akips, simply us pip:
$ pip install akips
AKiPS Setup
AKiPS includes a way to extend the server through custom perl scripts. They publish a list from their Support - Site scripts page, along with install instructions.
This module can use additional routines included in the akips_setup directory of this repository, site_scripting.pl.
Usage Example
from akips import AKIPS
api = AKIPS('akips.example.com',username='api-ro',password='something')
devices = api.get_devices()
for name, fields in devices.items():
print("Device: {} {}".format(name,fields))
Bugs/Requests
Please use the GitHub issue tracker to submit bugs or request features.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file akips-0.2.1.tar.gz.
File metadata
- Download URL: akips-0.2.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.2 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26114dfa6e8412d4e8800bc29143e4b8e036ba0b678fd14796dcb664bd65dcd4
|
|
| MD5 |
f21e78ffa9a2c0ccde842357e65026f7
|
|
| BLAKE2b-256 |
701742af17a80a46babae5c3404676d0fe7c7863eba916a48f243c54627005da
|
File details
Details for the file akips-0.2.1-py3-none-any.whl.
File metadata
- Download URL: akips-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.2 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9d6bc1c3b79683e02a240a9b16495a39886a3456dcaccc8651c611c5a841573
|
|
| MD5 |
cf1e523f4e0c330cb7e3e985fbd5d0c1
|
|
| BLAKE2b-256 |
202a0f0656dd19b4d8704b15c319d28306b59772525c2898370c7ef50fd16fb7
|