Skip to content
Anonymous edited this page Nov 26, 2013 · 8 revisions

How to find BDD Size ?

Open shell with Canopsis user and type:

cps_mongostat

you can also type:

du -hcs var/lib/mongodb/*

How to force perfdata rotation ?

pyperfstore2 rotate

How to access to rabbitMQ UI ?

you could access to RabbitMQ UI with this url :

http://IP_CANOPSIS_SERVER:55672

  • login : guest
  • mdp : guest

With that, you could see messages in AMQP queues.


How to list queues from rabbitMQ ?

rabbitmqctl  list_queues -p canopsis name messages messages_ready messages_unacknowledged

How to force db repair on MongoDB ?

hypcontrol stop
service rabbitmq-server start

service mongodb start
mongo canopsis

> db.repairDatabase();
> exit

python opt/mongodb/filldb.py update

hypcontrol start