We'd like to configure (read: disable) some administrative monitors, but AdministrativeMonitorsConfiguration appears to be empty in the configuration as code documentation view in Jenkins.
Does this mean casc currently doesn't support configuration of administrative monitors?
I'll second this. We'd like to disable the ReverseProxySetupMonitor...
Can you create a jira issue with component core and label: jcasc-compatibility
it'll then show up on the dashboard here:
https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341
Looking at the code it's unlikely this will work without a custom configurator...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
shh stalebot
Closing in favour of jira issue, PR here:
https://github.com/jenkinsci/jenkins/pull/4552
I would like to bring to your attention that would be good to add list of supported items in documentation.
As I was hunting for exact value for next monitor of plugin updates for a while:
https://javadoc.jenkins.io/hudson/model/UpdateCenter.CoreUpdateMonitor.html
jenkins:
disabledAdministrativeMonitors:
- hudson.model.UpdateCenter$CoreUpdateMonitor
I would like to bring to your attention that would be good to add list of supported items in documentation.
As I was hunting for exact value for next monitor of plugin updates for a while:javadoc.jenkins.io/hudson/model/UpdateCenter.CoreUpdateMonitor.html
jenkins: disabledAdministrativeMonitors: - hudson.model.UpdateCenter$CoreUpdateMonitor
Best to configure it in the UI and then export it, there's a lot of different possible values
I would like to bring to your attention that would be good to add list of supported items in documentation.
As I was hunting for exact value for next monitor of plugin updates for a while:
javadoc.jenkins.io/hudson/model/UpdateCenter.CoreUpdateMonitor.htmljenkins: disabledAdministrativeMonitors: - hudson.model.UpdateCenter$CoreUpdateMonitorBest to configure it in the UI and then export it, there's a lot of different possible values
I wish I knew that method :) Thank you !
Most helpful comment
Best to configure it in the UI and then export it, there's a lot of different possible values