SPMon is a collection of simple scripts that are meant to be plugged in various monitoring systems to query service provides for some data. For example, if you use an Internet service provider, pay for it and want to collect account balance stats on regular basis, you'd most likely want to query programmatically from your monitoring system (for example, once per day) to check that your account balance approaches critical level that would mean termination of services and thus trouble.
Stars
24
Forks
10
Watchers
24
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
Updated netbynet.ru days left monitoring; rewrote regexp using "grab"
95c2102View on GitHubAdded workaround for missing/broken CA certificate at some Linux distros
2f5388fView on GitHubAdded grab(regexp, group_number) utility function to shell library
75d4344View on GitHubAllow searching for _spmon_lib in the same directory as the executable script
d82f78eView on GitHubFixed netbynet.ru regexp problem: added LC_ALL=C to make sure that parsing is locale-independent.
5ff9cbaView on GitHub