Page 1 of 1

SysStatus

Posted: Mon 05 Sep 2016 1:46 pm
by geoffp
Could anyone explain to me how to get the SysStatus showing on my website www.dovercourt-weather.com and what I would have to install

Many thanks

Re: SysStatus

Posted: Mon 05 Sep 2016 1:59 pm
by PaulMy
Hi Geoff,
Do you have the systeminfoT.htm template file?

If so just have to add it to Cumulus extra files processing and upload, and then place a link on the template menu items.

Enjoy,
Paul

Re: SysStatus

Posted: Mon 05 Sep 2016 4:14 pm
by geoffp
Sorry Paul, unable to find.file.

Re: SysStatus

Posted: Mon 05 Sep 2016 6:21 pm
by PaulMy
Hi Geoff,
I have attached what I use

Enjoy,
Paul

Re: SysStatus

Posted: Mon 05 Sep 2016 6:26 pm
by PaulMy
HI Geoff, will try the attachment again...

Paul
systeminfoT.zip

Re: SysStatus

Posted: Mon 05 Sep 2016 7:06 pm
by geoffp
I have got it uploading Paul
Ftp_text sysstatus.htm uks68886 33 -rw-r--r-- 6636 Sep 5 20:00


but cannot see it on the website

Re: SysStatus

Posted: Mon 05 Sep 2016 8:00 pm
by PaulMy
Seems like it is working Geoff http://www.dovercourt-weather.com/sysstatus.htm
Now to replace the navigation menu from mine to yours -

Code: Select all

<tr>
    <td colspan="4" class="td_navigation_bar">:<a href="index.htm">now</a>::<a href="gauges.htm">gauges</a>::<a href="today.htm">today</a>::<a href="yesterday.htm">yesterday</a>::<a href="thismonth.htm">this&nbsp;month</a>::<a href="thisyear.htm">this&nbsp;year</a>::<a href="record.htm">records</a>::<a href="monthlyrecord.htm">monthly&nbsp;records</a>::<a href="trends.htm">trends</a>:</td>
  </tr>
and add in -
:<a href="sysstatus.htm">sys-status</a>:

Enjoy,
Paul

Re: SysStatus

Posted: Mon 05 Sep 2016 8:51 pm
by geoffp
Thanks Paul but don't have the know how to change that code, sorry

Re: SysStatus

Posted: Mon 05 Sep 2016 9:45 pm
by PaulMy
Hi Geoff,
Likely you will find the following between lines 158 to 178 in systeminfoT.htm

Code: Select all

		<td colspan="4" class="td_navigation_bar">
					:<a href="index.htm">now</a>:
					:<a href="gauges.htm">gauges</a>:
					:<a href="../gauges-ss/gauges-ss.htm">gauges-ss</a>:
			<!--	:<a href="today.htm">today</a>:
					:<a href="yesterday.htm">yesterday</a>: -->
					:<a href="today-yesterday.htm">today/yesterday</a>:
					:<a href="thismonth.htm">month</a>:
					:<a href="thisyear.htm">year</a>:
					:<a href="record.htm">records</a>:
					:<a href="monthlyrecord.htm">monthly</a>:
					:<a href="trends.htm">trends</a>:
					:<a href="obe.htm">observations</a>:
					:<a href="davconvp2CU.php">vp2-console</a>:
					:<a href="davconvueCU.php">vue-console</a>:
					:<a href="./grabber/grabberindexportrait.htm">data-grabber</a>:
					:<a href="./console/cumulus.php">console</a>:
					:<a href="systeminfo.htm">sys-status</a>:
					:<a href="betel_datasummaryCU.php">data-summary</a>:
					
		</td>
		
and replace that with

Code: Select all

    <td colspan="4" class="td_navigation_bar">:<a href="index.htm">now</a>::<a href="gauges.htm">gauges</a>::<a href="today.htm">today</a>::<a href="yesterday.htm">yesterday</a>::<a href="thismonth.htm">this&nbsp;month</a>::<a href="thisyear.htm">this&nbsp;year</a>::<a href="record.htm">records</a>::<a href="monthlyrecord.htm">monthly&nbsp;records</a>::<a href="trends.htm">trends</a>::<a href="sysstatus.htm">sys-status</a>:
</td>
and then it should be correct after it is processed and updated after your next Cumulus update.

Enjoy,
Paul

Re: SysStatus

Posted: Tue 06 Sep 2016 5:44 am
by geoffp
ok PAUL, AS MY KNOWLEDGE OF CODING A PROGRAMMING IS ZERO i THINK i WILL ABANDON THE IDEA OF SYS STATUS, THANKS FOR ALL YOU DONE

Re: SysStatus

Posted: Tue 06 Sep 2016 1:28 pm
by PaulMy
You're getting there Geoff... the systeminfo page is working http://www.dovercourt-weather.com/sysstatus.htm and with your correct navigation menu at the bottom :clap: . Just now need to add that sys-status to the navigation menu items for all the other standard pages like indexT.htm, todayT.htm, etc. the same way.

Enjoy,
Paul

Re: SysStatus

Posted: Tue 06 Sep 2016 1:44 pm
by geoffp
Was not sure where to put the zip file you sent me so I just put it in "Webfiles"

Re: SysStatus

Posted: Tue 06 Sep 2016 2:48 pm
by PaulMy
Hi Geoff, see PM.

Paul

Re: SysStatus

Posted: Tue 06 Sep 2016 8:07 pm
by PaulMy
Well done Geoff, you have it working and the navigation link added to http://www.dovercourt-weather.com/

Enjoy,
Paul