You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[inputs.jenkins]]
## The Jenkins URLurl = "https://some-url"username = "username"password = "password"## Set response_timeoutresponse_timeout = "10s"
System info:
Telegraf Version: 1.11.4
Jenkins Version: 2.89.4
Steps to reproduce:
Add Docker node to Jenkins
Shutdown the node
Execute telegraf to test the config telegraf --test --config=config.conf
Expected behavior:
The Jenkins plugin in telegraf should get the node as offline jenkins_node,arch=Linux\ (amd64),disk_path=/home/jenkins,node_name=displayName,status=offline, ....
Actual behavior:
The Jenkins plugin shows the error: Error in plugin: empty monitor data, please check your permission
Additional info:
The same user is used by the plugin and to get the the following response snippet of the API which is called by the plugin
Relevant telegraf.conf:
System info:
Telegraf Version: 1.11.4
Jenkins Version: 2.89.4
Steps to reproduce:
Expected behavior:
The Jenkins plugin in telegraf should get the node as offline
jenkins_node,arch=Linux\ (amd64),disk_path=/home/jenkins,node_name=displayName,status=offline, ....
Actual behavior:
The Jenkins plugin shows the error:
Error in plugin: empty monitor data, please check your permission
Additional info:
The same user is used by the plugin and to get the the following response snippet of the API which is called by the plugin
The error from the plugin is thrown because is hudson.node_monitors.ArchitectureMonitor is null.
The text was updated successfully, but these errors were encountered: