davidricardo1026 opened a new issue #7802:
URL: https://github.com/apache/skywalking/issues/7802


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   ```yaml
     instance_jvm_memory_heap_rule:
      metrics-name: instance_jvm_memory_heap
      op: "<="
      threshold: 1
      period: 1
      count: 1
      message: jvm shutdown
     meter_vm_filesystem_percentage_rule:
      metrics-name: meter_vm_filesystem_percentage
      include-labels:
        - '/'
      op: ">="
      threshold: 10
      period: 1
      count: 1
      message: vm filesystem
   ```
   1. for alarm jvm stop,I chose `instance_jvm_memory_heap`.if 
`instance_jvm_memory_heap` is low to 1,mean it is stop.
   but I configed it ,and kill the jvm,It never trigger.
   2. I want to monitor the file system use percentage,the `/` partition has up 
to 19,but it still not trigger.
   
   ### What you expected to happen
   
   1. trigger alarm
   2. trigger alarm
   
   ### How to reproduce
   
   the configuration have offered
   
   ### Anything else
   
   just not work
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to