To check if your imunify360 license is valid, run
imunify360-agent rstatus
Example
[root@ldb002 ~]# imunify360-agent rstatus OK [root@ldb002 ~]#
To get more details of imunify360 license installed on the server
imunify360-agent rstatus --json --verbose
Example
[root@ldb002 ~]# imunify360-agent rstatus --json --verbose
{
"expiration": null,
"id": "Imunify360-xxxxxxxx",
"license": {
"expiration": null,
"id": "Imunify360-xxxxxxxx",
"license_type": "imunify360",
"message": "",
"redirect_url": "",
"status": true,
"user_count": 5,
"user_limit": 2147483647
},
"license_type": "imunify360",
"message": "",
"redirect_url": "",
"status": true,
"strategy": "CSF_COOP",
"user_count": 5,
"user_limit": 2147483647,
"version": "5.3.3-1"
}
[root@ldb002 ~]#

Leave a Reply