README 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. $OpenBSD: README,v 1.3 2015/07/07 14:43:36 ajacoutot Exp $
  2. +-----------------------------------------------------------------------
  3. | Running ${FULLPKGNAME} on OpenBSD
  4. +-----------------------------------------------------------------------
  5. Typical Usage
  6. =============
  7. * Edit ${SYSCONFDIR}/LCDd.conf:
  8. You will need to choose a driver and review your driver options.
  9. * Start LCDd:
  10. # ${RCDIR}/lcdd start
  11. * Review ${SYSCONFDIR}/lcdproc.conf
  12. * Start the lcdproc client:
  13. # ${RCDIR}/lcdproc start
  14. Your LCD display should now be displaying system statistics.
  15. The default config file shipped with the OpenBSD package will log any
  16. errors to syslog.
  17. Using the Curses Output
  18. =======================
  19. LCDproc provides a curses output driver which is useful for testing.
  20. When using this driver, you should *not* run LCDd using the bundled rc
  21. script.
  22. Instead, choose the "curses" driver in ${SYSCONFDIR}/LCDd.conf and run:
  23. LCDd -f
  24. Miscellaneous Notes
  25. ===================
  26. * Network statistics are not yet supported on OpenBSD.