Differences between revisions 1 and 2
Revision 1 as of 2020-10-08 04:23:20
Size: 677
Editor: PieterSmit
Comment:
Revision 2 as of 2020-10-08 04:25:32
Size: 882
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:

== Check for 9+ rabbitmq q's used by zenoss ==
 * as root {{{
sudo rabbitmqctl -p /zenoss list_queues }}}

== Check that Zenoss services are running ==
{{{
zenoss status
}}}
----
CategoryLinux

Zenoss network monitoring

Reset/Recover gui password

  • Old installation under /opt/zenoss
  • Login with From

    1. sudo su zenoss -
    2. cd /opt/zenoss
    3. ls inituser (should not be there)
    4. Create inituser for zope to use when restarting

      $ zpasswd.py -u admin -p MyCr@zyPwd /opt/zenoss/inituser 
    5. Check zope uid, and restart, then login

      ps ax | grep runzope
      $ zopectl restart 
    6. Login to web page, with admin and pwd above.

Check for 9+ rabbitmq q's used by zenoss

  • as root

    sudo rabbitmqctl -p /zenoss list_queues 

Check that Zenoss services are running

zenoss status


CategoryLinux

Linux/Zenoss (last edited 2020-10-08 22:39:02 by PieterSmit)