Skip to content

dspruell/skill-networkinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opsdroid-skill-networkinfo

Network object information skills for Opsdroid.

A skill for opsdroid designed to support numerous network object lookup tasks.

Requirements

Configuration

  • connection_timeout: Optional. Timeout (in seconds) for socket connection checks.
    • Default: Five (5) seconds.
  • ipapi_key: Optional. API key for https://ipapi.co/ service.
    • Default: no key, which defaults to a free account with a limited query allowance.
  • ipcalc_cmd: Optional. ipcalc command to run. The specified ipcalc command will be run; the command must be installed and in the PATH, or specified by absolute path.
    • Default: The ipcalc-ng command will be used.
  • resolvers: Optional. List of one or more IP addresses of resolvers to use for resolving DNS queries.
    • Default: the local stub resolver configuration will be used.
  • service: Optional. Service to utilize for querying ASN information for IP addresses.
    • Supported values: either cymru or shadowserver.
    • Default: cymru

Usage

skills:
  networkinfo: {}

About

Network object information skills for Opsdroid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages