Discussion Feed
12-02-2020
12:54 AM
Hello
In order to create a F5 availability dashboard I installed the F5 extension which is working fine and shows data as expected. I created a custom health rule for F5 extension. the extension works fine and I can see the data successfully in the "metric browser". however after I created a health rule for a specific metric, the health rule doesnt work and is always grayed with "?"
the metric Im trying to monitor is:
Application Infrastructure Performance|Root|Individual Nodes|node00-java-MA|Custom Metrics|F5 LAN|Pools|~Common~vipaaa_443|Members|~Common~172.16.10.10-443|Availability
any idea ? please assist
thanks
... View more
- Tags:
- F5 Extension
11-23-2020
12:49 AM
1 Kudo
Hi @Ryan.Paredez , Thanks I figured it out. just needed first to build a health rule and select relative metric path and paste the path to the metric(using copy full path in 'Metric Browser - Server Visibility') then build a dashboard with 'Health status' widget. In 'Show Health for', select 'Health rule'>servers>these specific> select the health rule I created earlier. hope this will help someone cheers
... View more
11-18-2020
01:21 AM
Hi All
Im using F5 Monitoring Extension
My goal is to simply display a dashboard that shows which pool members are active and which are not
However when I create a new dashboard in Dashboards & reports tab, I cant see any option or widget to add Metric Browser / Server Visibility to a dashboard.
searched here as well but couldnt find it, what am I missing?
AppDynamics Controller build 20.4.2-3673
thanks for any help...
... View more
09-14-2020
11:53 PM
09-14-2020
11:53 PM
resolves by commenting out all unnecessary parts of yml file # Patterns to be matched, multiple patterns(to be matched) can be configured for a given site
#matchPatterns:
#- name:
# type:
# pattern:
#- name:
# url:
# authType:
# Basic Authentication with password encryption
#- name:
# url:
# username:
# password:
# encryptionKey: ""
# encryptedPassword: ""
# authType:
#- name:
# url:
#NTLM Auth Sample Configuration
#- name:
# url:
# username:
# password:
# authType:
# Client Cert Auth Sample Configuration
#- name:
# url:
# password:
# authType:
# keyStoreType:
# keyStorePath:
# keyStorePassword:
# trustStorePath:
# trustStorePassword:
#POST request sample configuration
#- name:
# url:
# username:
# password:
# connectTimeout: 60000
# usePreemptiveAuth:
# method:
# headers:
# Content-Type: application/json
# requestPayloadFile: src/test/resources/conf/postrequestPayloadFile
# matchPatterns:
# - name: Error
# type: substring
# pattern: Error 400
#Proxy Configuration
#- name:
# url:
# groupName:
# proxyConfig:
# host: ""
# port:
# username: ""
# password: ""
... View more
08-29-2020
01:17 AM
08-29-2020
01:17 AM
Hello I have an IIS server with one site and several applications. Appdynamics .Net agent 20.4.1 each application has a appName.svc web page that I can call to check if the service is up. I tried AppDynamics Extension for URL Monitoring and followed the installation instructions. I can see in 'Metric browser' the URL monitor section, under that I see 'Metric Uploaded'. where do I see indication that a URl is down/up? can I monitor multiple URLs, as i did in yml file? my config.yml file section looks like this: sites:
#No authentication, with a pattern to match
- name: ReportService.svc
url: https://serverName/Reports/ReportService.svc
followRedirects: false
groupName: MySites
- name: DigitalService.svc
url: http://serverName/Digital/DigitalService.svc
followRedirects: false
groupName: MySites
- name: EmailService.svc
url: http://serverName/Email/EmailService.svc
followRedirects: false
groupName: MySites log: [Monitor-Task-Thread1] 29 Aug 2020 11:04:05,831 ERROR URLMonitorTask-URL Monitor - Unexpected error while running the URL Monitor
com.singularity.ee.agent.systemagent.api.exception.TaskExecutionException: java.lang.NullPointerException
at com.appdynamics.extensions.urlmonitor.config.RequestConfig.setClientForSite(RequestConfig.java:71) ~[?:?]
at com.appdynamics.extensions.urlmonitor.URLMonitorTask.run(URLMonitorTask.java:79) [?:?]
at com.appdynamics.extensions.TasksExecutionServiceProvider$1.run(TasksExecutionServiceProvider.java:48) [?:?]
at com.appdynamics.extensions.executorservice.MonitorThreadPoolExecutor$TaskRunnable.run(MonitorThreadPoolExecutor.java:113) [?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_241]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_241]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_241]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_241]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_241]
Caused by: java.lang.NullPointerException
at com.appdynamics.extensions.urlmonitor.config.RequestConfig.setClientForSite(RequestConfig.java:55) ~[?:?]
... 8 more
[Monitor-Task-Thread1] 29 Aug 2020 11:04:05,831 INFO URLMonitorTask-URL Monitor - All tasks for URL Monitor finished
[Monitor-Task-Thread1] 29 Aug 2020 11:04:05,831 INFO MetricWriteHelper-URL Monitor - Finished executing URL Monitor at 2020-08-29 11:04:05 IDT
[Monitor-Task-Thread1] 29 Aug 2020 11:04:05,831 INFO MetricWriteHelper-URL Monitor - Total time taken to execute URL Monitor : 0 ms
[Monitor-Task-Thread1] 29 Aug 2020 11:04:05,831 INFO ABaseMonitor - Finished processing all tasks in the job for URL Monitor
[pool-10-thread-2] 29 Aug 2020 11:04:09,628 INFO MetricLimitCheck-URL Monitor - Starting MetricLimitCheck
[pool-10-thread-2] 29 Aug 2020 11:04:09,628 INFO PathResolver-URL Monitor - Install dir resolved to C:\Program Files\AppDynamics\machineagent
[pool-10-thread-1] 29 Aug 2020 11:04:09,628 INFO MachineAgentAvailabilityCheck-URL Monitor - Starting MachineAgentAvailabilityCheck
[pool-10-thread-1] 29 Aug 2020 11:04:09,628 INFO MachineAgentAvailabilityCheck-URL Monitor - SIM is enabled, not checking MachineAgent availability metric
[pool-10-thread-2] 29 Aug 2020 11:04:11,175 INFO MetricLimitCheck-URL Monitor - MetricLimitCheck took 1547 ms to complete
[pool-10-thread-2] 29 Aug 2020 11:04:29,629 INFO MetricLimitCheck-URL Monitor - Starting MetricLimitCheck
[pool-10-thread-2] 29 Aug 2020 11:04:29,629 INFO PathResolver-URL Monitor - Install dir resolved to C:\Program Files\AppDynamics\machineagent
[pool-10-thread-2] 29 Aug 2020 11:04:31,332 INFO MetricLimitCheck-URL Monitor - MetricLimitCheck took 1703 ms to complete
[pool-10-thread-1] 29 Aug 2020 11:04:49,629 INFO MetricLimitCheck-URL Monitor - Starting MetricLimitCheck
[pool-10-thread-1] 29 Aug 2020 11:04:49,629 INFO PathResolver-URL Monitor - Install dir resolved to C:\Program Files\AppDynamics\machineagent
[pool-10-thread-1] 29 Aug 2020 11:04:51,254 INFO MetricLimitCheck-URL Monitor - MetricLimitCheck took 1625 ms to complete
... View more
02-09-2020
05:12 AM
Hi i do have available Server Visibility licenses available, however my question is if I did not enable a machine visibility agent, why do I see the grayed out agents as: server01-java server01 ?
... View more
02-06-2020
08:13 AM
Hi,
I installed Machine Agent v4.5.8.2073 GA on one of my servers in the home view of appdynamics under "Servers".
I see the server agent, 2 agents, twice grayed:
server01-java
server01
when I click it a window opens saying "Advanced features will be available with Server Visibility license"
I do have available licenses.
why is it still grayed?
... View more
- Tags:
- machine agent
Latest Activity
- Posted Health rule not triggering on Dashboards. 12-02-2020 12:54 AM
- Got a Kudo for Re: How to make a Metric Browser / Server Visibility dashboard?. 11-23-2020 08:41 AM
- Posted Re: How to make a Metric Browser / Server Visibility dashboard? on Dashboards. 11-23-2020 12:49 AM
- Posted How to make a Metric Browser / Server Visibility dashboard? on Dashboards. 11-18-2020 01:21 AM
- Posted Re: monitor URL/page availability on Java (Java Agent, Installation, JVM, and Controller Installation). 09-14-2020 11:53 PM
- Posted monitor URL/page availability on Java (Java Agent, Installation, JVM, and Controller Installation). 08-29-2020 01:17 AM
- Posted Re: Machine Agent Grayed on NET (Agent, Installation). 02-09-2020 05:12 AM
- Posted Machine Agent Grayed on NET (Agent, Installation). 02-06-2020 08:13 AM
Community Stats
Date Registered | 02-06-2020 07:32 AM |
Date Last Visited | 12-08-2020 11:31 PM |
Total Messages Posted | 7 |
Total Kudos Received | 1 |