Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

you should now be able to build your simple collectd plugin:

Code Block
$ ./build.sh
$ ./configure
 
$ make
 
$ make -j install

 

 

Extra bit of homework:

...