Skip to content

A dump of the scripts used to monitor my environment and write to InfluxDB

License

Notifications You must be signed in to change notification settings

sushifor1/monitoring-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Monitoring Scripts

A dump of the scripts used to monitor my environment and write to InfluxDB

This is a dump of all the custom bash and python scripts being used to monitor my network/power/enviroment for my home lab. I used SNMP wherever possible however some things (such as the memory usage of ESXi) I was unable to poll and had to get creative. Feel free to take this and tweak them to your needs!

The example-daemon can be used to turn these into startup script and be able to control them via the "service" command. In the case of CentOS dump it into /etc/init.d, change the variables at the top, then run:

chmod +x /etc/init.d/script-name
chkconfig --add script-name
chkconfig script-name on
service script-name start

About

A dump of the scripts used to monitor my environment and write to InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.8%
  • Python 11.2%