#813 closed defect (wontfix)
need_multigraph prevents plugins from being run manually
| Reported by: | robe | Owned by: | nobody |
|---|---|---|---|
| Priority: | normal | Milestone: | Munin 2.0.0 |
| Component: | node | Version: | 1.4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Similar to #810, a call to need_multigraph will prevent a manual execution of the plugin.
Please provide an additional check which verifies if the plugin is being run from a munin environment in the first place.
I used this as a workaround in the meanwhile:
need_multigraph() if ( $ENV{'MUNIN_VERSION'} );
Change History (1)
comment:1 Changed 3 years ago by janl
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Please use munin-run to execute plugins. It sets up the environment correctly.