Skip to content

Commit

Permalink
Merge pull request #2081 from nickanderson/ENT-4462/3.12
Browse files Browse the repository at this point in the history
Clarify why host count in cf-hub and Mission Portal can differ
  • Loading branch information
nickanderson committed Feb 18, 2019
2 parents 0b0e01a + 674f5c7 commit 57963d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions guide/faq/enterprise-report-collection.markdown
Expand Up @@ -49,6 +49,14 @@ LICENSED number of hosts. It is unspecified which hosts are the ones
skipped, in case the total number of hosts listed in `lastseen` database
are over the LICENSED number.

### Can cf-hub host count be different from Mission Portal ?

Yes, it can be.
Mission Portal only sees the hosts which `cf-hub` has put into the PostgreSQL database.
`cf-hub` can skip hosts for a few reasons, for example if they are in [`exclude_hosts`](cf-hub#exclude_hosts), or if it has reached the license count.
Thus, it is possible to appear to be within license count in Mission Portal, but cf-hub is detecting that you are over license.
If you believe you should be within license count, the [Host DELETE API]([Host REST API#Remove host from the hub]) can be used to remove old / inactive hosts.

## When is a hub behaving as **over-licensed** ?

When the number of hosts in the `lastseen` database (viewable with
Expand Down

0 comments on commit 57963d1

Please sign in to comment.