Skip to content

Commit

Permalink
eos/collectors: The ribd agent was renamed Rib.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuna committed Nov 28, 2017
1 parent 8ea0f95 commit 79849b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eos/collectors/agentcpu.sh
Expand Up @@ -12,7 +12,7 @@
# see <http://www.gnu.org/licenses/>.

while :; do
for task in Sysdb Arp Ebra Ira Stp StpTopology TopoAgent ribd; do
for task in Sysdb Arp Ebra Ira Stp StpTopology TopoAgent ribd Rib; do
for pid in `pidof $task`; do
ts=`date +%s`
eval `awk '{print "ppid=" $4 ";usercpu=" $14 "; systcpu=" $15 ";"}' /proc/$pid/stat`
Expand Down
2 changes: 1 addition & 1 deletion eos/collectors/agentmem.sh
Expand Up @@ -12,7 +12,7 @@
# see <http://www.gnu.org/licenses/>.

while :; do
for task in Sysdb Arp Ebra Ira Stp StpTopology TopoAgent ribd Strata StrataL2 StrataL3 Snmp CliSessionMgr; do
for task in Sysdb Arp Ebra Ira Stp StpTopology TopoAgent ribd Rib Strata StrataL2 StrataL3 Snmp CliSessionMgr; do
for pid in `pidof $task`; do
ts=`date +%s`
eval `awk '{print "ppid=" $4 ";rss=" ($24*4096) "; vsize=" $23 ";"}' /proc/$pid/stat`
Expand Down

0 comments on commit 79849b8

Please sign in to comment.