Since I made the home automation system failover its been great!…. except I kind of would like to know which box its running on it. So I made a quick change. A new Item on my dash board
1String Server "Server [%s]" {exec="<[/bin/cat@@/etc/hostname:60000:]"}
I have that in my items file. Then in my sitemap I added
1Text label="Currently Running on [%s]" item=Server
I have that at the bottom of my sitemap.
Comments