summaryrefslogtreecommitdiff
path: root/module/jails-tree.def
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-03-15 19:18:33 +0000
committerStef Walter <stef@memberwebs.com>2008-03-15 19:18:33 +0000
commitc6e6d2852303ab491badd3af5571af0f36f67cc5 (patch)
tree5d504e9577e79d8b6dc3d7221d083b60bb823a41 /module/jails-tree.def
parentbd14c92bd17590f62b3fcd43b9f959106aafbb73 (diff)
* Add counter for number of processes in jail
* Add configurable refresh interval for jail data * Don't list jails without any processes. * Fix crasher when a jail quits. * Report jailCount correctly after jails quit.
Diffstat (limited to 'module/jails-tree.def')
-rw-r--r--module/jails-tree.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/jails-tree.def b/module/jails-tree.def
index fc70afd..6d5a79a 100644
--- a/module/jails-tree.def
+++ b/module/jails-tree.def
@@ -46,15 +46,19 @@
(1 jailEntry : INTEGER op_jailentry
(0 jailIndex INTEGER GET)
(1 jailHost OCTETSTRING GET)
+
(10 jailInOctets COUNTER64 GET)
(11 jailInPackets COUNTER64 GET)
(12 jailOutOctets COUNTER64 GET)
(13 jailOutPackets COUNTER64 GET)
+
+ (20 jailProcesses INTEGER GET)
)
)
# Valid only during configuration
(100 jailNetworkFilter OCTETSTRING op_jailconfig GET SET)
+ (101 jailRefreshInterval TIMETICKS op_jailconfig GET SET)
)
)
)