Changeset 356 for trunk/push-web
- Timestamp:
- Nov 4, 2017, 4:26:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/push-web
r355 r356 105 105 <div id="IP_detected" class="selectableTabContent"> 106 106 <p> 107 List all IP that have been detected on the local network. 107 List of all IP addresses detected on the local network (on all VLANs) 108 since the origin of the database 109 (except those that have been deleted manually and voluntarily). 108 110 </p> 109 111 END … … 116 118 <div id="IP_available" class="selectableTabContent" style="display:none"> 117 119 <p> 118 List all IP free (never use or not used sincetwo years).119 These s IP are available for affecting them to the new computer.120 List all free IP addresses (which have never been used or not used for two years). 121 These IP addresses are available to assign to all new computers. 120 122 </p> 121 123 END … … 128 130 <div id="VLAN_mismatch" class="selectableTabContent" style="display:none"> 129 131 <p> 130 List all computers connected onswitches where the VLAN is misconfigured.131 Return the port and the VLAN to be configured onswitches.132 List all computers connected to switches where the VLAN is misconfigured. 133 Returns the port and VLAN to configure on these switches. 132 134 </p> 133 135 END … … 140 142 <div id="MAP" class="selectableTabContent" style="display:none"> 141 143 <p> 142 Direct link to map format <a href="switch-map.png">png</a> or<a href="switch-map.svg">svg</a>.144 Direct link to local network map in the formats <a href="switch-map.png">png</a> and <a href="switch-map.svg">svg</a>. 143 145 </p> 144 146 <img class="map" src="switch-map.png"> … … 147 149 <div id="RAW_data" class="selectableTabContent" style="display:none"> 148 150 <p> 149 The main raw results of Klask are accessible directly, via <tt>wget</tt> or <tt>curl</tt> for example, for a specific treatment: 151 The main raw results of Klask are accessible directly, 152 via <tt>wget</tt> or <tt>curl</tt> tools for example, 153 for any specific treatment: 150 154 <ul> 151 155 <li><a href="hostname-db.txt">Computers DB</a> (command <tt>klask exportdb --format txt</tt>),</li> … … 153 157 <li><a href="ipfree-db.txt">IP available</a> (command <tt>klask ip-free --format txt</tt>),</li> 154 158 <li><a href="badvlan-db.txt">VLAN mismatch</a> (command <tt>klask bad-vlan-id --format txt</tt>),</li> 155 <li>Map format: <a href="switch-map.txt">dot source</a> , <a href="switch-map.png">png</a>, <a href="switch-map.svg">svg</a>.</li>159 <li>Map format: <a href="switch-map.txt">dot source</a> (graphviz), <a href="switch-map.png">png</a>, <a href="switch-map.svg">svg</a>.</li> 156 160 </ul> 157 161 </p>
Note: See TracChangeset
for help on using the changeset viewer.