cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The AppDynamics Community is Migrating this Friday, February 28th.


At 6pm PST, the AppDynamics Community will go into read-only mode and after migration is complete, you will be redirected to community.splunk.com.
Read more here


Windows file monitoring extension

Paul.Szoke
Builder

Looking to use a script file to retrieve file size, and creation date (or Last modified)

 

Client has a requirement whereby a batch file is received that is sometimes empty, we need to check when file was received and baseline the file sizes.

 

Batch file I've got so long:

FOR %%? IN (speed.txt) DO (
    ECHO File Name Only       : %%~n?
    ECHO File Size            : %%~z?
    ECHO Last-Modified Date   : %%~t?
    
)

 

How would I add this to monitor.xml and ensure the metrics pull through?

1 REPLY 1

Anonymous
Not applicable

Hi Pauls,

 

The link below is your friend.

https://docs.appdynamics.com/display/PRO44/Build+a+Monitoring+Extension+Using+Scripts

 

First, you need to update the script to echo/output the values in the metric format.

Like include the details of the tree where you would like the metric to be reported.

 

E.g.:

Standard Form

Hardware Resources| Instrument Name=Instrument Value

Fully Qualified Form

Hardware Resources| <metric name>,value=<long value>

 

Once that is done, you can the include the script details in monitor.xml as per the instructions on this page.

Refer Step 4: https://docs.appdynamics.com/display/PRO44/Build+a+Monitoring+Extension+Using+Scripts#BuildaMonitori...

 

Please post here if you have any further questions.

 

Thanks.

Ask the Experts Session: Hybrid Application Monitoring Deployment

Join us on Feb 26 to explore Splunk AppDynamics deployment strategies, SaaS models, agent rollout plans, and expert best practices.


Register Now

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here