Discussion Feed
07-21-2017
12:57 AM
Thanks Ravi.
I did it n number of times. I also tried on new Linux VM. However facing same issue.
Main issue is it is taking almost an hour or more time at "Verifying controller ...." message.
Regards
Neelesh
... View more
06-13-2017
09:59 AM
1 Kudo
Rather than cluttering a top-level dashboard with too many widgets (e.g. one event list for every application), a best practice is to define multiple levels of dashboards showing incrementally more detail.
e.g. Summary Dashboard drills down to a Detail Dashboard drills down to a Diagnostic Dashboard
To implement this approach for your scenario, you would define the Health Rule widget in your top level dashboard and configure the "Double Click Action" for that widget to drill down to the Detail Dashboard that includes the Application Event List.
Regards,
Brian Wheeldon
... View more
06-01-2017
04:45 AM
From the controller UI we don't have option to see who all logged in, but we can query the database to get the list of user logged in.
Please run below query to get the users list.
select from_unixtime(ts_ms/1000),account_name,user_name,action from controller_audit where action like '%login%' and user_name!='system';
... View more
05-31-2017
02:07 AM
There is no API to get the list of account with IDs, you can get account details only if you know the account ID. You can query the controller database to get the account IDs like below:
Get all the account with IDs:
select id as AccountID, name as AccountName from account;
Get specific account ID:
select id as AccountID, name as AccountName from account where name='<Account Name>';
... View more
05-31-2017
01:53 AM
1 Kudo
make sure the controller host, port, account name and access key parameters are properly filled in controller-info.xml file present under "<machine-agent>/conf" directory and then restart the machine agent to see if it works fine. if it still doesn't work then check the "<machine-agent>/logs/machine-agent.log" for any erros.
... View more
Latest Activity
- Got a Kudo for Re: Encountered error during registration. Will retry in 60 seconds.. 06-01-2020 10:17 AM
- Got a Kudo for How do I convert an old license to an APM Any Language license?. 08-23-2019 05:18 AM
- Got a Kudo for How do I resolve an inconsistent module state while starting Controller services?. 07-08-2019 06:26 AM
- Got a Kudo for How do I resolve an inconsistent module state while starting Controller services?. 01-29-2019 07:41 PM
- Got a Kudo for How do I resolve an inconsistent module state while starting Controller services?. 05-04-2018 01:51 PM
- Got a Kudo for How do I resolve an inconsistent module state while starting Controller services?. 02-05-2018 11:44 AM
- Got a Kudo for How do I resolve an inconsistent module state while starting Controller services?. 01-25-2018 09:59 AM
- Posted How to set node retention using REST API on Knowledge Base. 01-18-2018 11:50 AM
- Posted Why does the Controller startup fail with the error message "Permission denied"? on Knowledge Base. 01-18-2018 11:44 AM
- Posted How do I resolve a Controller log full of error messages on v4.3? on Knowledge Base. 01-18-2018 09:19 AM
- Posted How do I convert an old license to an APM Any Language license? on Knowledge Base. 11-06-2017 02:31 PM
- Posted How do I resolve an inconsistent module state while starting Controller services? on Knowledge Base. 09-06-2017 02:37 PM
- Posted Re: AppD is not getting installed properly on Controller (SaaS, On Premise). 07-17-2017 07:50 AM
- Posted Re: AppD is not getting installed properly on Controller (SaaS, On Premise). 07-16-2017 11:40 PM
- Got a Kudo for How do I change the Controller owner?. 07-04-2017 10:45 PM
- Posted How do I change the Controller owner? on Knowledge Base. 06-30-2017 08:13 AM
- Posted Re: How can i check users logged into controller on Controller (SaaS, On Premise). 06-01-2017 04:45 AM
- Posted Re: Accounts API on Controller (SaaS, On Premise). 05-31-2017 02:07 AM
- Posted Re: Encountered error during registration. Will retry in 60 seconds. on Controller (SaaS, On Premise). 05-31-2017 01:53 AM
- Posted Re: Event on a Health rule widget on Dashboards. 05-31-2017 01:46 AM
Community Stats
Date Registered | 01-11-2016 02:57 AM |
Date Last Visited | 01-22-2021 12:10 AM |
Total Messages Posted | 14 |
Total Kudos Received | 8 |