Skip to content
Snippets Groups Projects
Commit 6ac89356 authored by ghuter's avatar ghuter
Browse files

add doc to "network" sensor explaining #interfaces hard-limit in use

parent 8709019f
No related branches found
No related tags found
2 merge requests!9fix sensor example (doc),!5Add dev name to labels
This sensor can autodetect interfaces in use by giving the special
interface name "X". But the total number of interfaces it can autodetect
is currently under a hard-limit. This hard-limit can be changed by
modifying this line in `src/network.c`:
```c
#define NB_MAX_DEV 8
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment