Skip to content

Resolve uninitialized values#1

Open
hfm wants to merge 1 commit intokosaki:masterfrom
hfm:initialize-values
Open

Resolve uninitialized values#1
hfm wants to merge 1 commit intokosaki:masterfrom
hfm:initialize-values

Conversation

@hfm
Copy link

@hfm hfm commented Oct 1, 2015

to suppress the error like following:

2015/10/01-14:40:47 [7080] Error output from memory_ext:
2015/10/01-14:40:47 [7080]      Use of uninitialized value in addition (+) at /etc/munin/plugins/memory_ext line 200.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in addition (+) at /etc/munin/plugins/memory_ext line 200.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in addition (+) at /etc/munin/plugins/memory_ext line 201.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in addition (+) at /etc/munin/plugins/memory_ext line 201.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in subtraction (-) at /etc/munin/plugins/memory_ext line 203.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 205.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 207.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 209.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 210.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 211.

to suppress the error like following:

```
2015/10/01-14:40:47 [7080] Error output from memory_ext:
2015/10/01-14:40:47 [7080]      Use of uninitialized value in addition (+) at /etc/munin/plugins/memory_ext line 200.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in addition (+) at /etc/munin/plugins/memory_ext line 200.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in addition (+) at /etc/munin/plugins/memory_ext line 201.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in addition (+) at /etc/munin/plugins/memory_ext line 201.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in subtraction (-) at /etc/munin/plugins/memory_ext line 203.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 205.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 207.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 209.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 210.
2015/10/01-14:40:47 [7080]      Use of uninitialized value in print at /etc/munin/plugins/memory_ext line 211.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant