Julius Volz
a10f5b8093
Merge pull request #109 from cherti/mdadm
...
adding collector for linux-mdadm-software-raid
9 years ago
Jonas Große Sundrup
9f2aa24e12
Add collector for metrics of linux software raids
9 years ago
Brian Brazil
d8c99d8728
Merge pull request #113 from prometheus/uname-collector
...
Add Linux uname collector.
9 years ago
Julius Volz
7b39ccc144
Add Linux uname collector.
...
This creates a single metric like:
node_uname_info{domainname="(none)",machine="x86_64",nodename="desktop",release="3.16.0-48-generic",sysname="Linux",version="#64~14.04.1-Ubuntu SMP Thu Aug 20 23:03:57 UTC 2015"} 1
9 years ago
Julius Volz
02956d2bcc
Merge pull request #114 from chosenken/sockstat
...
Fixed sockstat test wording
9 years ago
Julius Volz
c4fe5b8c23
Merge pull request #110 from chosenken/file-nr
...
Add collecting /proc/sys/fs/file-nr
9 years ago
Ken Herner
7569c6ce23
Initial implementation of file-nr
...
Fixed file-nr update function
Fixed file-nr test case
Fixed file-nr test case again
Fixed file-nr separator to tab
Updated file-nr to filenr.
Updated file-nr to filenr.
Fixed file-nr test cases, added comments
Remove reporting the second value from file-nr as it will alwasy be zero in linux 2.6 and greator
Renaming file-nr to filefd
Updated build constraint
Updates and code cleanup for filefd.
Updated enabledCollectors with the correct name for filefd
Fixed filefd test wording
9 years ago
Ken Herner
d6a1f0c7e3
Fixed sockstat test wording
9 years ago
Julius Volz
6f17231e44
Minor comment cleanups.
9 years ago
Julius Volz
dd5fc6a3ca
Merge pull request #111 from chosenken/sockstat
...
Implementation of /proc/net/sockstat collector
9 years ago
Julius Volz
c53fd5521e
Merge pull request #105 from eripa/go15
...
Changed Go version to 1.5.1
9 years ago
Ken Herner
d4adef9881
Added new metric mem_bytes that reports the number of bytes used by TCP/UDP memory
9 years ago
Ken Herner
60a57a15d5
Updated sockstat build constraint
9 years ago
Ken Herner
356e1bb866
Added sockstat test file
...
initial work on sockstat work
Fixed package name
Finished implementation of the sockstat plugin
missed a return value
Added sockstat to default plugins to start
Fixed scanner read on sockstat
fixed sockstat linux test for TCP alloc
update sockstat test case
Updated sockstat to return TCP and UDP memory in bytes instead of page count
9 years ago
Julius Volz
04613bd15f
Merge pull request #106 from prometheus/textfile-collector-fix-and-tests
...
Fix mtime reporting in textfile collector, add tests.
9 years ago
Julius Volz
e13f910427
Fix mtime reporting in textfile collector, add tests.
9 years ago
Eric Ripa
a8fbe6a20d
Changed Go version to 1.5.1
9 years ago
Julius Volz
704e8f76d8
Merge pull request #104 from AlekSi/patch-1
...
Fix debug output
9 years ago
Alexey Palazhchenko
38e6e6b672
Fix debug output
9 years ago
Brian Brazil
1a987c2dbf
Merge pull request #102 from prometheus/deconfig
...
Remove obsolete config file.
9 years ago
Brian Brazil
5eafa290a6
Remove obsolete config file.
9 years ago
Julius Volz
3538e26c31
Merge pull request #97 from aletessier/master
...
Prevent crash when drive temperature is N/A
9 years ago
Alexis Letessier
0028abc077
megacli: prevent crash when drive temperature is N/A
...
Intel SSD do not report their temperature in MegaCLI output
Drive Temperature : N/A
9 years ago
Julius Volz
f2dfeb3fd6
Merge pull request #98 from supershabam/master
...
Cut version 0.11.0
9 years ago
Ian Hansen
31ca1ae0a6
Cut version 0.11.0
9 years ago
Björn Rabenstein
aca4688dc3
Merge pull request #85 from jtakkala/snmpStats
...
Add support for stats from /proc/net/snmp as well.
9 years ago
Jari Takkala
21ce0cbda9
Add support for stats from /proc/net/snmp as well.
9 years ago
Björn Rabenstein
5e86b55c46
Merge pull request #88 from siavashs/freebsd
...
Add support for FreeBSD
9 years ago
Siavash Safi
8c4a5b0f65
stats: Fix formatting.
9 years ago
Siavash Safi
dddb273dfc
Fix some error messages.
9 years ago
Siavash Safi
93708f3dda
devstat: Fix metric types, disable free metrics.
9 years ago
Siavash Safi
f8ede82488
cpu: Fix build constraints.
9 years ago
Siavash Safi
9e66d4f2ae
meminfo: Code cleanup.
9 years ago
Siavash Safi
d303a2ebc3
loadavg: Fix build constraints.
9 years ago
Siavash Safi
d80b2af492
loadavg: Split the collector for linux and other platforms.
9 years ago
Siavash Safi
720198e047
netdev: Code cleanup.
9 years ago
Siavash Safi
78bf63ffd8
filesystem: Code cleanup.
9 years ago
Siavash Safi
462b708742
cpu: Code cleanup.
9 years ago
Siavash Safi
f93125ba10
loadavg: Remove unnecessary global variable.
9 years ago
Siavash Safi
ccbea34465
filesystem: Remove unused const variable.
9 years ago
Siavash Safi
71abff14b1
devstat: Fix wrong labels for 'other' metrics.
9 years ago
Siavash Safi
c5669f0a1a
Add devstat collector for FreeBSD.
9 years ago
Siavash Safi
f7563fe7a2
Remove config from collectors.
9 years ago
Siavash Safi
1ebda4c0aa
Remove linux build contraint from meminfo test source code.
9 years ago
Siavash Safi
9b6843db60
netdev: use counters instead of gauges.
9 years ago
Siavash Safi
c651d7ccd9
meminfo: use bytes, fix type conversion bug.
9 years ago
Siavash Safi
a10ab2c102
Check caller's euid and egid when accessing /dev/mem on FreeBSD.
9 years ago
Siavash Safi
6ef3b7a4e8
Add filesystem collector for FreeBSD.
9 years ago
Siavash Safi
13d5f969a5
Removed freebsd build constraints from source code.
9 years ago
Siavash Safi
ae5aea0191
Add netdev collector for FreeBSD.
9 years ago