# # sample configuration file for siginfo-ng # # Username (max. 50 characters) username=Benutzer # Password as md5 sum (32 characters) password=e22a63fb76874c99488435f26b117e37 # Your five Siginfo rows # # Notice: Use curly brackets for plugin hooks: {EXAMPLE}. # (will replace "{EXAMPLE}" with the value returned by the plugin) # To use special characters escape them with a backslash: \7B # (where '7B' is the ASCII value as hex, works only in http-mode) # See 'siginfo-ng -a' for a list of available plugins # row1=CPU: {CPU0_MODEL} mit {CPU0_MHZ} MHz, {CPU0_CACHE} KB Cache, {CPU_COUNT} Kern(en) row2=RAM: {RAM_USED} MB von {RAM_TOTAL} MB beutzt, {RAM_FREE} MB sind frei. Swap: {SWAP_USED} MB in benutzung, {SWAP_FREE} MB Swap sind frei. row3=OS: {UNAME_SYSNAME} Kernel: {UNAME_RELEASE}, Maschine: {UNAME_MACHINE} auf {UNAME_NODENAME} und {PROCESSES} Prozesse laufen darauf. row4=HDD:Von {HDD_USED} sind {HDD_TOTAL} GB sind in benutzung. row5=Uptime: {UPTIME_DAYS_TOTAL} Tage, {UPTIME_HOURS} Stunden, {UPTIME_MINS} Minuten und {UPTIME_SECS} Sekunden.