A monitoring plugin for icinga/nagios/nsca, that reports basic system metrics of a linux host: cpu, load, threads, openfiles, procs, diskio, disku, memory, swap, network
Stars
11
Forks
7
Watchers
11
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
1
commits
fixed bug where it was using un-initialized variable device in diskio
f16bea4View on GitHubReplaced exit() function calls with sys.exit() for python2.4 compatibility
799ef70View on GitHubReplaced format() function calls with tradition "format % var" method for compatibility with python 2.4
f6f6e2eView on GitHubReplacing all 'with open( file ) as f' calls with 'f=open( file );try:<>;finally<f.close>;' for compatibility with python2.4
d0a2303View on GitHubfixed situation where critical status because of packet errors was being overriden by the network ok status
00b9f25View on GitHubfixed situation where one threshold warn/critical will be overrided by the succeeding ok
c1f0375View on GitHubadded try/except for opening files in proc function; Some times the process directory was missing when the script was trying to read the /proc/pid/stat file
7991bf5View on GitHub