chore: rename project
This commit is contained in:
parent
09d39b2271
commit
9a1144d112
12 changed files with 61 additions and 47 deletions
pkg/plugin
|
@ -1,6 +1,6 @@
|
|||
// Package plugin implements a helper that can be used to implement a Nagios,
|
||||
// Centreon, Icinga... service monitoring plugin.
|
||||
package plugin // import nocternity.net/go-monitoring/pkg/perfdata
|
||||
package plugin // import nocternity.net/gomonop/pkg/perfdata
|
||||
|
||||
import (
|
||||
"container/list"
|
||||
|
@ -8,7 +8,7 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"nocternity.net/go-monitoring/pkg/perfdata"
|
||||
"nocternity.net/gomonop/pkg/perfdata"
|
||||
)
|
||||
|
||||
// Status represents the return status of the monitoring plugin. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue