Class NagiosComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.nagios")
    public class NagiosComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Send passive checks to Nagios using JSendNSCA. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • NagiosComponentConfiguration

        public NagiosComponentConfiguration()
    • Method Detail

      • getConnectionTimeout

        public Integer getConnectionTimeout()
      • setConnectionTimeout

        public void setConnectionTimeout​(Integer connectionTimeout)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getTimeout

        public Integer getTimeout()
      • setTimeout

        public void setTimeout​(Integer timeout)
      • getBasicPropertyBinding

        public Boolean getBasicPropertyBinding()
      • setBasicPropertyBinding

        public void setBasicPropertyBinding​(Boolean basicPropertyBinding)
      • getConfiguration

        public String getConfiguration()
      • setConfiguration

        public void setConfiguration​(String configuration)
      • getEncryption

        public com.googlecode.jsendnsca.encryption.Encryption getEncryption()
      • setEncryption

        public void setEncryption​(com.googlecode.jsendnsca.encryption.Encryption encryption)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)