User Status Reference
Moogsoft Enterprise allows logged-in users to set their statuses through the UI.
These user statuses are stored in the user_status table in moogdb in the following structure:
code (primary key) | description | glyph |
|---|---|---|
1 | Online | Present.png |
3 | Do Not Disturb | DoNotDisturb.png |
5 | Away | Away.png |
You can retrieve these statuses with the following MySQL query:
select * from moogdb.user_status;
Note that other statuses are included in the user_status table but only the three listed here are operationally relevant.
Note
Contact Moogsoft support if you require custom user statuses.