简体   繁体   English

jboss运营网络报告

[英]jboss operations network reports

I have configured a JON server 3.1.0 and agents allowing to monitor JBoss AS. 我已经配置了JON服务器3.1.0和允许监视JBoss AS的代理。 I've set alerts to tell us when the process goes down and I now would like to export reports, especially with the availability/unavailability periods of the different processes. 我设置了警报,以告知我们流程何时停止运行,现在我想导出报告,尤其是在不同流程的可用/不可用期间。 It seems that the predefined reports concern more the utilization of the CPU/memory, but not the availability. 预定义的报告似乎更多地关注CPU /内存的利用率,而不是可用性。 The purpose would be to export this report at the end of every month with the unavailability periods over the past month. 目的是在每个月末导出该报告,其中包含过去一个月的不可用时间。

Is this possible? 这可能吗? Does this exist by default? 默认情况下是否存在? If yes, how can I access to this? 如果是,我该如何访问? If not, is there a way to get it? 如果没有,有办法吗?

Thanks for you support 感谢你的支持

JON 3.1.0 should contain the REST-api as tech preview though (not sure). 不过,JON 3.1.0应该包含REST-api作为技术预览(不确定)。 If this is in, you can use this to access the availability history eg via a http 如果在其中,则可以使用它来访问可用性历史记录,例如通过http

GET localhost:7080/rest/resource/{id}/availability/history

with {id} being the id of the resource you need the report for. {id}是您需要报告的资源的ID。

Another option is the CLI, where you can write the output of the cli commands to a file. 另一个选项是CLI,您可以在其中将cli命令的输出写入文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM