diff options
Diffstat (limited to 'src/pmlogconf/platform')
-rw-r--r-- | src/pmlogconf/platform/hinv | 9 | ||||
-rw-r--r-- | src/pmlogconf/platform/linux | 11 | ||||
-rw-r--r-- | src/pmlogconf/platform/localdefs | 1 |
3 files changed, 21 insertions, 0 deletions
diff --git a/src/pmlogconf/platform/hinv b/src/pmlogconf/platform/hinv new file mode 100644 index 0000000..baee2c5 --- /dev/null +++ b/src/pmlogconf/platform/hinv @@ -0,0 +1,9 @@ +#pmlogconf-setup 2.0 +ident platform, filesystem and hardware configuration +force include +delta once + hinv + kernel.uname + filesys.mountdir + filesys.blocksize + filesys.capacity diff --git a/src/pmlogconf/platform/linux b/src/pmlogconf/platform/linux new file mode 100644 index 0000000..a2f0308 --- /dev/null +++ b/src/pmlogconf/platform/linux @@ -0,0 +1,11 @@ +#pmlogconf-setup 2.0 +ident Linux swap, cache and networking configuration +probe kernel.uname.sysname ~ Linux ? include : exclude +delta once + swap.length + mem.slabinfo.objects.size + network.interface.mtu + network.interface.speed + network.interface.duplex + network.interface.inet_addr + diff --git a/src/pmlogconf/platform/localdefs b/src/pmlogconf/platform/localdefs new file mode 100644 index 0000000..87e49c1 --- /dev/null +++ b/src/pmlogconf/platform/localdefs @@ -0,0 +1 @@ +FILES = hinv linux |