Skip to content

how to check cpu from multiple devices and warn user if there is abnormaly.

License

Notifications You must be signed in to change notification settings

bozensel/how-to-check-cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

how-to-check-cpu

How to check cpu from multiple devices and warn user if there is abnormaly.

Netmiko and TTP is used to create this program.

Netmiko is a module that makes it easier to use paramiko for network devices. Netmiko uses paramiko but also creates interface and methods needed to work with network devices. First you need to install netmiko: pip install netmiko.

TTP is a Python library for semi-structured text parsing using the templates.

See a sample CPU output from a network device.

CPU_CLI

After the code runs, the user will be warned by the program.

After the node runs 1

Adter the code runs 2

If there is no error:

After the node runs no error found

About

how to check cpu from multiple devices and warn user if there is abnormaly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages