config_query_option CONKY_OPTS 'enable METAR weather support?' n \
    '--enable-weather-metar' '--disable-weather-metar' &&
config_query_option CONKY_OPTS 'enable XOAP weather support?' n \
    '--enable-weather-xoap' '--disable-weather-xoap' &&
config_query_option CONKY_OPTS 'enable support for IBM/Lenovo laptops?' n \
    '--enable-ibm' '--disable-ibm' &&
config_query_option CONKY_OPTS 'enable support for Eve-Online skill monitor?' n \
    '--enable-eve' '--disable-eve' &&
config_query_option CONKY_OPTS 'enable support for RSS?' n \
    '--enable-rss' '--disable-rss' &&
config_query_option CONKY_OPTS 'enable support for hard disk temperature?' y \
    '--enable-hddtemp' '--disable-hddtemp' &&
config_query_option CONKY_OPTS 'enable support for per task IO stats?' y \
    '--enable-iostats' '--disable-iostats' &&
config_query_option CONKY_OPTS 'enable support for IPv4 port monitoring?' y \
    '--enable-portmon' '--disable-portmon'
