[85] | 1 | #!/bin/bash |
---|
| 2 | # |
---|
| 3 | # 2007/10/23 gabriel |
---|
| 4 | # 2010/11/03 gabriel |
---|
| 5 | # 2011/03/30 gabriel - make it generic |
---|
| 6 | |
---|
| 7 | SITE_NAME='' |
---|
| 8 | REMOTE_SERVER=localhost |
---|
| 9 | REMOTE_USER='' |
---|
| 10 | REMOTE_FOLDER=/var/www/klask/ |
---|
| 11 | |
---|
[87] | 12 | if [ -f /etc/klask/push-web.conf ] |
---|
[85] | 13 | then |
---|
| 14 | . /etc/klask/push-web.conf |
---|
| 15 | fi |
---|
| 16 | |
---|
[87] | 17 | TMP='/tmp/klask-push-web' |
---|
[85] | 18 | |
---|
[87] | 19 | |
---|
| 20 | # local command |
---|
[85] | 21 | MKDIR=/bin/mkdir |
---|
| 22 | DATE=/bin/date |
---|
| 23 | CAT=/bin/cat |
---|
| 24 | TAIL=/usr/bin/tail |
---|
| 25 | HEAD=/usr/bin/head |
---|
| 26 | SSH=/usr/bin/ssh |
---|
| 27 | SCP=/usr/bin/scp |
---|
| 28 | KLASK=/usr/sbin/klask |
---|
| 29 | RSYNC=/usr/bin/rsync |
---|
| 30 | |
---|
[87] | 31 | # remote command |
---|
| 32 | DOT=/usr/bin/dot |
---|
[85] | 33 | |
---|
[87] | 34 | |
---|
| 35 | $MKDIR -p ${TMP} |
---|
| 36 | if [ ! -d ${TMP} ] |
---|
[85] | 37 | then |
---|
| 38 | echo "Error: Folder ${TMP} do not exist !" |
---|
| 39 | exit 1 |
---|
| 40 | fi |
---|
| 41 | cd ${TMP} |
---|
| 42 | |
---|
| 43 | |
---|
| 44 | LOCALTIME=$($DATE "+%Y/%m/%d %H:%M") |
---|
| 45 | |
---|
| 46 | |
---|
| 47 | $KLASK exportsw --format dot > ${TMP}/switch-map.txt |
---|
| 48 | |
---|
| 49 | |
---|
| 50 | $KLASK exportdb > ${TMP}/hostname-db.txt |
---|
| 51 | $KLASK exportsw > ${TMP}/switch-db.txt |
---|
| 52 | $KLASK ip-free > ${TMP}/ipfree-db.txt |
---|
| 53 | |
---|
| 54 | |
---|
| 55 | $CAT <<END > ${TMP}/index.html |
---|
| 56 | <html> |
---|
| 57 | <head> |
---|
| 58 | <link rel="stylesheet" type="text/css" href="style-klask.css" /> |
---|
[102] | 59 | <meta http-equiv="refresh" content="1800"> |
---|
[85] | 60 | <noscript> |
---|
| 61 | </noscript> |
---|
| 62 | <script src="sorttable-klask.js"></script> |
---|
| 63 | <script> |
---|
| 64 | function delayedRefresh() { |
---|
| 65 | setTimeout( "refresh()", 1800*1000 ); |
---|
| 66 | } |
---|
| 67 | |
---|
| 68 | function refresh() { |
---|
| 69 | history.go(0); |
---|
| 70 | } |
---|
| 71 | </script> |
---|
| 72 | </head> |
---|
| 73 | <body onload="delayedRefresh"> |
---|
| 74 | <h1> |
---|
| 75 | <b><a href="http://servforge.legi.grenoble-inp.fr/projects/klask">Klask</a></b> |
---|
| 76 | - Un outil pour <a href="switch-map.png">cartographier</a> le réseau [${LOCALTIME}] - site ${SITE_NAME} |
---|
| 77 | </h1> |
---|
| 78 | |
---|
| 79 | <p> |
---|
| 80 | Ce portail présente la liste de toutes les IP détectées par Klask. |
---|
| 81 | La liste des <a href="ip-free.html">IP non détectées</a> par Klask depuis plus de deux années est aussi disponible. |
---|
| 82 | </p> |
---|
| 83 | |
---|
| 84 | <p> |
---|
| 85 | Les résultats brut de Klask sont accessibles directement via wget ou curl, par exemple, pour un traitement spécifique : |
---|
| 86 | <a href="hostname-db.txt">Machines</a>, |
---|
| 87 | <a href="switch-db.txt">Commutateurs</a>, |
---|
| 88 | <a href="ipfree-db.txt">IP disponibles</a>, |
---|
| 89 | <a href="switch-map.txt">Carte</a>. |
---|
| 90 | </p> |
---|
| 91 | END |
---|
| 92 | |
---|
| 93 | $KLASK exportdb --format html >> ${TMP}/index.html |
---|
| 94 | |
---|
| 95 | $CAT <<END >> ${TMP}/index.html |
---|
| 96 | </body> |
---|
| 97 | </html> |
---|
| 98 | END |
---|
| 99 | |
---|
| 100 | |
---|
| 101 | $CAT <<END > ${TMP}/ip-free.html |
---|
| 102 | <html> |
---|
| 103 | <head> |
---|
| 104 | <link rel="stylesheet" type="text/css" href="style-klask.css" /> |
---|
[102] | 105 | <meta http-equiv="refresh" content="1800"> |
---|
[85] | 106 | <script src="sorttable-klask.js"></script> |
---|
| 107 | </head> |
---|
| 108 | <body> |
---|
| 109 | <h1> |
---|
| 110 | <b><a href="http://servforge.legi.grenoble-inp.fr/projects/klask">Klask</a></b> |
---|
| 111 | - Un outil pour <a href="switch-map.png">cartographier</a> le réseau [${LOCALTIME}] - site ${SITE_NAME} |
---|
| 112 | </h1> |
---|
| 113 | |
---|
| 114 | <p> |
---|
| 115 | Cette page présente la liste des IP non détectées par Klask depuis plus de deux années. |
---|
| 116 | Le portail contient la liste de toutes les <a href="index.html">IP détectées</a> par Klask. |
---|
| 117 | </p> |
---|
| 118 | |
---|
| 119 | <p> |
---|
| 120 | Les résultats brut de Klask sont accessibles directement via wget ou curl, par exemple, pour un traitement spécifique : |
---|
| 121 | <a href="hostname-db.txt">Machines</a>, |
---|
| 122 | <a href="switch-db.txt">Commutateurs</a>, |
---|
| 123 | <a href="ipfree-db.txt">IP disponibles</a>, |
---|
| 124 | <a href="switch-map.txt">Carte</a>. |
---|
| 125 | </p> |
---|
| 126 | END |
---|
| 127 | |
---|
| 128 | $KLASK ip-free --format html >> ${TMP}/ip-free.html |
---|
| 129 | |
---|
| 130 | $CAT <<END >> ${TMP}/ip-free.html |
---|
| 131 | </body> |
---|
| 132 | </html> |
---|
| 133 | END |
---|
| 134 | |
---|
[95] | 135 | if [ "${REMOTE_SERVER}" = "localhost" ] |
---|
[85] | 136 | then |
---|
| 137 | $RSYNC \ |
---|
| 138 | /usr/share/klask/sorttable-klask.js \ |
---|
| 139 | /usr/share/klask/style-klask.css \ |
---|
| 140 | ${TMP}/index.html \ |
---|
| 141 | ${TMP}/ip-free.html \ |
---|
| 142 | ${TMP}/*-db.txt \ |
---|
| 143 | ${TMP}/switch-map.txt \ |
---|
| 144 | ${REMOTE_FOLDER}/ |
---|
| 145 | |
---|
[87] | 146 | [ -x ${DOT} ] && (cd ${REMOTE_FOLDER}; ${DOT} -T png switch-map.txt > switch-map.png) |
---|
[85] | 147 | |
---|
| 148 | else |
---|
| 149 | $RSYNC \ |
---|
| 150 | /usr/share/klask/sorttable-klask.js \ |
---|
| 151 | /usr/share/klask/style-klask.css \ |
---|
| 152 | ${TMP}/index.html \ |
---|
| 153 | ${TMP}/ip-free.html \ |
---|
| 154 | ${TMP}/*-db.txt \ |
---|
| 155 | ${TMP}/switch-map.txt \ |
---|
| 156 | ${REMOTE_USER}@${REMOTE_SERVER}:${REMOTE_FOLDER}/ |
---|
| 157 | |
---|
| 158 | |
---|
[87] | 159 | $SSH ${REMOTE_USER}@${REMOTE_SERVER} "(cd ${REMOTE_FOLDER}; ${DOT} -T png switch-map.txt > switch-map.png)" |
---|
[85] | 160 | fi |
---|