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))
API Documentation
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
File details
Details for the file akips-0.3.1.tar.gz
.
File metadata
- Download URL: akips-0.3.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4537256531db571c91fe2c8d1b5a69bddfa3b46964693bcc5f2e1bb6878408a |
|
MD5 | 22240a621a85ca617583ff1fd8746b7f |
|
BLAKE2b-256 | 5c36bf796955a00c757a6ec7b55f23d08e9e1c618be777432991664a3a4b1d49 |
File details
Details for the file akips-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: akips-0.3.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d95d39613e3e3ebab36d5c9f60d7f9b6974a40202c06c2768846cc4d975c6922 |
|
MD5 | 91abff2c684e8c9efc17d7acae6f4b97 |
|
BLAKE2b-256 | b5901de860641f85c43ad32627e16d8f140f83353a08bcaa1f8bb10b041949ff |