Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Sep 6, 2024
2 parents 3dab4fd + cdfcb35 commit 5025c05
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pipeline {
agent {
dockerfile {
filename 'ci/typos.Dockerfile'
additionalBuildArgs '--build-arg VERSION=1.16.5'
additionalBuildArgs '--build-arg VERSION=1.24.5'
}
}
steps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - 0 : success, no log (apart if debug one) , continue to next hook
# - 1-31 : error , error log in /var/log/rudder/webapp/, stop processing
# - 32-63 : warning, warning log in /var/log/rudder/webapp/, continue to next hook
# - 64-255: reserved for futur use case. Behavior may change without notice.
# - 64-255: reserved for future use case. Behavior may change without notice.

/opt/rudder/bin/centreon-plugin hook add $RUDDER_NODE_ID

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - 0 : success, no log (apart if debug one) , continue to next hook
# - 1-31 : error , error log in /var/log/rudder/webapp/, stop processing
# - 32-63 : warning, warning log in /var/log/rudder/webapp/, continue to next hook
# - 64-255: reserved for futur use case. Behavior may change without notice.
# - 64-255: reserved for future use case. Behavior may change without notice.

/opt/rudder/bin/centreon-plugin hook rm $RUDDER_NODE_ID

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ final case class UpdateCause(
)

/**
* This object represent a statefull scheduler for fetching (or whatever action)
* This object represent a stateful scheduler for fetching (or whatever action)
* data from datasource.
* Its contract is that:
* - data source is immutable for that scheduler
Expand Down
2 changes: 1 addition & 1 deletion glpi/etc/hooks.d/node-post-acceptance/glpi-inventory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - 0 : success, no log (apart if debug one) , continue to next hook
# - 1-31 : error , error log in /var/log/rudder/webapp/, stop processing
# - 32-63 : warning, warning log in /var/log/rudder/webapp/, continue to next hook
# - 64-255: reserved for futur use case. Behavior may change without notice.
# - 64-255: reserved for future use case. Behavior may change without notice.

/opt/rudder/bin/glpi-plugin send-one $RUDDER_NODE_ID

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ trait LicensedPluginCheck extends PluginStatus {
// this one is generally provided by NodeInfoService
def getNumberOfNodes: Int

// this one is only for evolution / futur check. No need to override it for now.
// this one is only for evolution / future check. No need to override it for now.
def checkAny: Option[Map[String, String] => Either[String, Unit]] = None

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - 0 : success, no log (apart if debug one) , continue to next hook
# - 1-31 : error , error log in /var/log/rudder/webapp/, stop processing
# - 32-63 : warning, warning log in /var/log/rudder/webapp/, continue to next hook
# - 64-255: reserved for futur use case. Behavior may change without notice.
# - 64-255: reserved for future use case. Behavior may change without notice.

/opt/rudder/bin/zabbix-plugin.py hook add $RUDDER_NODE_ID

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - 0 : success, no log (apart if debug one) , continue to next hook
# - 1-31 : error , error log in /var/log/rudder/webapp/, stop processing
# - 32-63 : warning, warning log in /var/log/rudder/webapp/, continue to next hook
# - 64-255: reserved for futur use case. Behavior may change without notice.
# - 64-255: reserved for future use case. Behavior may change without notice.

/opt/rudder/bin/zabbix-plugin.py hook rm $RUDDER_NODE_ID

Expand Down

0 comments on commit 5025c05

Please sign in to comment.