logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

snimpy - interactive SNMP tool with Python

Author

       Vincent Bernat <bernat@luffy.cx>

                                                   Oct 4, 2008                                         SNIMPY(1)

Description

       This manual page documents briefly the snimpy command.

       snimpy  is a Python-based tool providing a simple interface to build SNMP queries. This interface aims at
       being the most Pythonic possible: you grab scalars using attributes and columns are like dictionaries.

       snimpy can be used either interactively through its console (derived from  Python  own  console  or  from
       IPython  if  available)  or  by  writing  snimpy  scripts  which are just Python scripts with some global
       variables available.

Name

       snimpy - interactive SNMP tool with Python

Options

snimpy does not take any option. If you launch it without any argument,  you  will  get  the  interactive
       console. Otherwise, the first argument is the name of a script to be executed and the remaining arguments
       are the arguments for this script.

See Also

       https://github.com/vincentbernat/snimpy

Synopsis

snimpy [options]

See Also