Skip to content

Commit

Permalink
Deprecate marathon (#3992)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Dec 1, 2023
1 parent 755c59f commit 03e673d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ type Monitor struct {

// Configure configures and runs the plugin in collectd
func (m *Monitor) Configure(conf *Config) error {
m.Logger().Warning("This plugin is deprecated and will be removed in a future release")
conf.pyConf = &python.Config{
MonitorConfig: conf.MonitorConfig,
Host: conf.Host,
Expand Down

0 comments on commit 03e673d

Please sign in to comment.