Skip to content

Python based site reliability engineer working utilities (designed to be used as modules in SaltStack)

License

Notifications You must be signed in to change notification settings

ablinkinz/srewu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

srewu

Python based Site Reliability Engineer Working Utilities (designed to be used as a module in SaltStack)

:codeauthor Stephan Looney ablinkin@me.com

REQUIREMENTS:

  • Requests (pip install requests)

INSTALLATION:

  • For use with SaltStack add this repo to your _modules directory. Default /srv/salt/_modules

USE:

  • sync your salt modules after installing
  • salt 'my great target' srewu.latency
  • salt 'my great target' srewu.tcp_check address='servername to target' port=80

GEO LOCATION SERVICES:

  • This module is designed to help determine which location a given server is located in. This is based of the external IP of the node/minion

Network Test:

  • This is designed to test network speeds and latency

About

Python based site reliability engineer working utilities (designed to be used as modules in SaltStack)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages