I am monitoring an (old) SA-2000 cluster of Juniper Secure Access devices with my MRTG/Routers2 system. With the JUNIPER-IVE-MIB I built the configuration file for that monitoring system. In this blog post, I show the graphs generated with MRTG/Routers2 and publish my cfg file as a template.
SNMP OIDs
The following values will be shown in the graphs, every time for both hardware devices:
- CPU Usage
- Concurrent Users
- Hits: Applet, Term, File, Web, Meeting, SAM, NC
- Log & Disk
- Memory
- Interfaces: external and internal
- Additional Graphs: interfaces summary, total hits
Graphs
This leads to the following graphs:
MRTG/Routers2 Configuration
This is the cfg file. Read the first line to know which template objects must be search-and-replaced.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
################################################################################################################ #Juniper Secure Access MRTG/Routers2 Template #Author: Johannes Weber (johannes@webernetz.net) #Homepage: https://weberblog.net #Last Modified: 2015-01-06 ################################################################################################################ ### TO DO #Repace the following values with your own: #192.168.122.2 = IP address of the first hardware unit #192.168.122.3 = IP address of the second hardware unit #192.168.122.4 = IP address of the cluster (only used as a name for the summary graph) #COMMUNITY = SNMP read community string #ra1 = Name of the first hardware unit #ra2 = Name of the second hardware unit # #Change the MaxBytes value for the concurrent users according to your license. ### routers.cgi*ShortDesc: ra SA-2000 routers.cgi*Icon: padlock-sm.gif #routers.cgi*GraphStyle[_]: mirror ################################################################################################################ ##################################################### CPU ###################################################### ################################################################################################################ Target[192.168.122.2_cpu]: 1.3.6.1.4.1.12532.10.0&PseudoZero:COMMUNITY@192.168.122.2:::::2 Title[192.168.122.2_cpu]: CPU Usage -- ra1 MaxBytes[192.168.122.2_cpu]: 100 Options[192.168.122.2_cpu]: gauge Colours[192.168.122.2_cpu]: LIGHT YELLOW#FEED01, BLUE#0000FF, ORANGE#FF6307, VIOLET#FF00FF UnScaled[192.168.122.2_cpu]: dwmy LegendI[192.168.122.2_cpu]: CPU: routers.cgi*Mode[192.168.122.2_cpu]: cpu routers.cgi*ShortDesc[192.168.122.2_cpu]: CPU ra1 routers.cgi*InSummary[192.168.122.2_cpu]: yes Target[192.168.122.3_cpu]: 1.3.6.1.4.1.12532.10.0&PseudoZero:COMMUNITY@192.168.122.3:::::2 Title[192.168.122.3_cpu]: CPU Usage -- ra2 MaxBytes[192.168.122.3_cpu]: 100 Options[192.168.122.3_cpu]: gauge Colours[192.168.122.3_cpu]: LIGHT YELLOW#FEED01, BLUE#0000FF, ORANGE#FF6307, VIOLET#FF00FF UnScaled[192.168.122.3_cpu]: dwmy LegendI[192.168.122.3_cpu]: CPU: routers.cgi*Mode[192.168.122.3_cpu]: cpu routers.cgi*ShortDesc[192.168.122.3_cpu]: CPU ra2 routers.cgi*InSummary[192.168.122.3_cpu]: yes ################################################################################################################ ################################################### Memory ##################################################### ################################################################################################################ Target[192.168.122.2_mem]: 1.3.6.1.4.1.12532.11.0&PseudoZero:COMMUNITY@192.168.122.2:::::2 Title[192.168.122.2_mem]: Memory Usage -- ra1 MaxBytes[192.168.122.2_mem]: 100 Options[192.168.122.2_mem]: gauge Colours[192.168.122.2_mem]: ORANGE#FC7C01, GREEN#00CC00, DARK RED#660000, DARK GREEN#006600 UnScaled[192.168.122.2_mem]: dwmy LegendI[192.168.122.2_mem]: MEM: YLegend[192.168.122.2_mem]: Percentage use ShortLegend[192.168.122.2_mem]: % routers.cgi*Options[192.168.122.2_mem]: noo nopercent routers.cgi*ShortDesc[192.168.122.2_mem]: Memory ra1 routers.cgi*InSummary[192.168.122.2_mem]: yes Target[192.168.122.3_mem]: 1.3.6.1.4.1.12532.11.0&PseudoZero:COMMUNITY@192.168.122.3:::::2 Title[192.168.122.3_mem]: Memory Usage -- ra2 MaxBytes[192.168.122.3_mem]: 100 Options[192.168.122.3_mem]: gauge Colours[192.168.122.3_mem]: ORANGE#FC7C01, GREEN#00CC00, DARK RED#660000, DARK GREEN#006600 UnScaled[192.168.122.3_mem]: dwmy LegendI[192.168.122.3_mem]: MEM: YLegend[192.168.122.3_mem]: Percentage use ShortLegend[192.168.122.3_mem]: % routers.cgi*Options[192.168.122.3_mem]: noo nopercent routers.cgi*ShortDesc[192.168.122.3_mem]: Memory ra2 routers.cgi*InSummary[192.168.122.3_mem]: yes ################################################################################################################ #################################################### Users ##################################################### ################################################################################################################ ### --> This OID gives the count of users of the cluster and NOT from each individual device. ### --> Therefore I do not use it anymore, but the later on iveConcurrentUsers OID #signedInWebUsers #signedInMailUsers #Target[192.168.122.2_users]: 1.3.6.1.4.1.12532.2.0&1.3.6.1.4.1.12532.3.0:COMMUNITY@192.168.122.2:::::2 #Title[192.168.122.2_users]: Maximum Signed In Users -- ra1 #MaxBytes[192.168.122.2_users]: 1000 #Options[192.168.122.2_users]: gauge #Colours[192.168.122.2_users]: TURQUOISE#00CCCC, DARK YELLOW#CCCC00, DARK TURQUOISE#377D77, ORANGE#E97F02 #YLegend[192.168.122.2_users]: Number of Sessions #Legend1[192.168.122.2_users]: Web Users #Legend2[192.168.122.2_users]: Mail Users #Legend3[192.168.122.2_users]: Peak Web Users #Legend4[192.168.122.2_users]: Peak Mail Users #LegendI[192.168.122.2_users]: Web: #LegendO[192.168.122.2_users]: Mail: #ShortLegend[192.168.122.2_users]: #This graph shows the MAXIMUM value and not the Average! #routers.cgi*Options[192.168.122.2_users]: fixunit integer maximum nomax nototal #routers.cgi*GraphStyle[192.168.122.2_users]: stack #routers.cgi*Icon[192.168.122.2_users]: padlock-sm.gif #routers.cgi*ShortDesc[192.168.122.2_users]: Users ra1 #routers.cgi*InSummary[192.168.122.2_users]: yes #Target[192.168.122.3_users]: 1.3.6.1.4.1.12532.2.0&1.3.6.1.4.1.12532.3.0:COMMUNITY@192.168.122.3:::::2 #Title[192.168.122.3_users]: Maximum Signed In Users -- ra2 #MaxBytes[192.168.122.3_users]: 1000 #Options[192.168.122.3_users]: gauge #Colours[192.168.122.3_users]: TURQUOISE#00CCCC, DARK YELLOW#CCCC00, DARK TURQUOISE#377D77, ORANGE#E97F02 #YLegend[192.168.122.3_users]: Number of Sessions #Legend1[192.168.122.3_users]: Web Users #Legend2[192.168.122.3_users]: Mail Users #Legend3[192.168.122.3_users]: Peak Web Users #Legend4[192.168.122.3_users]: Peak Mail Users #LegendI[192.168.122.3_users]: Web: #LegendO[192.168.122.3_users]: Mail: #ShortLegend[192.168.122.3_users]: #This graph shows the MAXIMUM value and not the Average! #routers.cgi*Options[192.168.122.3_users]: fixunit integer maximum nomax nototal #routers.cgi*GraphStyle[192.168.122.3_users]: stack #routers.cgi*Icon[192.168.122.3_users]: padlock-sm.gif #routers.cgi*ShortDesc[192.168.122.3_users]: Users ra2 #routers.cgi*InSummary[192.168.122.3_users]: yes #iveConcurrentUsers Target[192.168.122.2_concurrentusers]: 1.3.6.1.4.1.12532.12.0&PseudoZero:COMMUNITY@192.168.122.2:::::2 Title[192.168.122.2_concurrentusers]: Maximum Concurrent Users -- ra1 MaxBytes[192.168.122.2_concurrentusers]: 25 Options[192.168.122.2_concurrentusers]: gauge Colours[192.168.122.2_concurrentusers]: TURQUOISE#00CCCC, DARK YELLOW#CCCC00, DARK TURQUOISE#377D77, ORANGE#E97F02 YLegend[192.168.122.2_concurrentusers]: Number of Sessions Legend1[192.168.122.2_concurrentusers]: Concurrent Users Legend3[192.168.122.2_concurrentusers]: Peak Concurrent Users LegendI[192.168.122.2_concurrentusers]: Users: ShortLegend[192.168.122.2_concurrentusers]: #This graph shows the MAXIMUM value and not the Average! routers.cgi*Options[192.168.122.2_concurrentusers]: fixunit integer maximum noo nototal routers.cgi*GraphStyle[192.168.122.2_concurrentusers]: stack routers.cgi*Icon[192.168.122.2_concurrentusers]: padlock-sm.gif routers.cgi*ShortDesc[192.168.122.2_concurrentusers]: Concurrent Users ra1 routers.cgi*InSummary[192.168.122.2_concurrentusers]: yes Target[192.168.122.3_concurrentusers]: 1.3.6.1.4.1.12532.12.0&PseudoZero:COMMUNITY@192.168.122.3:::::2 Title[192.168.122.3_concurrentusers]: Maximum Concurrent Users -- ra2 MaxBytes[192.168.122.3_concurrentusers]: 25 Options[192.168.122.3_concurrentusers]: gauge Colours[192.168.122.3_concurrentusers]: TURQUOISE#00CCCC, DARK YELLOW#CCCC00, DARK TURQUOISE#377D77, ORANGE#E97F02 YLegend[192.168.122.3_concurrentusers]: Number of Sessions Legend1[192.168.122.3_concurrentusers]: Concurrent Users Legend3[192.168.122.3_concurrentusers]: Peak Concurrent Users LegendI[192.168.122.3_concurrentusers]: Users: ShortLegend[192.168.122.3_concurrentusers]: #This graph shows the MAXIMUM value and not the Average! routers.cgi*Options[192.168.122.3_concurrentusers]: fixunit integer maximum noo nototal routers.cgi*GraphStyle[192.168.122.3_concurrentusers]: stack routers.cgi*Icon[192.168.122.3_concurrentusers]: padlock-sm.gif routers.cgi*ShortDesc[192.168.122.3_concurrentusers]: Concurrent Users ra2 routers.cgi*InSummary[192.168.122.3_concurrentusers]: yes ################################################################################################################ ################################################### ive Hits ################################################### ################################################################################################################ ### --> The following Targets are only used for the summary (user definded) graph below. Therefore, they are NOT displayed itself Target[192.168.122.2_fileweb]: 1.3.6.1.4.1.12532.15.0&1.3.6.1.4.1.12532.16.0:COMMUNITY@192.168.122.2:::::2 Title[192.168.122.2_fileweb]: File & Web Hits -- ra1 MaxBytes[192.168.122.2_fileweb]: 1000000000 YLegend[192.168.122.2_fileweb]: Hits Legend1[192.168.122.2_fileweb]: File Hits Legend2[192.168.122.2_fileweb]: Web Hits Legend3[192.168.122.2_fileweb]: Peak File Hits Legend4[192.168.122.2_fileweb]: Peak Web Hits LegendI[192.168.122.2_fileweb]: File: LegendO[192.168.122.2_fileweb]: Web: ShortLegend[192.168.122.2_fileweb]: Hits routers.cgi*Options[192.168.122.2_fileweb]: nomax routers.cgi*GraphStyle[192.168.122.2_fileweb]: lines routers.cgi*Icon[192.168.122.2_fileweb]: graph-sm.gif routers.cgi*ShortDesc[192.168.122.2_fileweb]: Hits File & Web ra1 #routers.cgi*Ignore[192.168.122.2_fileweb]: yes routers.cgi*Graph[192.168.122.2_fileweb]: 192.168.122.2_hitssummary Target[192.168.122.2_appletterm]: 1.3.6.1.4.1.12532.17.0&1.3.6.1.4.1.12532.18.0:COMMUNITY@192.168.122.2:::::2 Title[192.168.122.2_appletterm]: Applet & Term Hits -- ra1 MaxBytes[192.168.122.2_appletterm]: 1000000000 YLegend[192.168.122.2_appletterm]: Hits Legend1[192.168.122.2_appletterm]: Applet Hits Legend2[192.168.122.2_appletterm]: Term Hits Legend3[192.168.122.2_appletterm]: Peak Applet Hits Legend4[192.168.122.2_appletterm]: Peak Term Hits LegendI[192.168.122.2_appletterm]: Applet: LegendO[192.168.122.2_appletterm]: Term: ShortLegend[192.168.122.2_appletterm]: Hits routers.cgi*Options[192.168.122.2_appletterm]: nomax routers.cgi*GraphStyle[192.168.122.2_appletterm]: lines routers.cgi*Icon[192.168.122.2_appletterm]: graph-sm.gif routers.cgi*ShortDesc[192.168.122.2_appletterm]: Hits Applet & Term ra1 #routers.cgi*Ignore[192.168.122.2_appletterm]: yes routers.cgi*Graph[192.168.122.2_appletterm]: 192.168.122.2_hitssummary Target[192.168.122.2_samnc]: 1.3.6.1.4.1.12532.19.0&1.3.6.1.4.1.12532.20.0:COMMUNITY@192.168.122.2:::::2 Title[192.168.122.2_samnc]: SAM (Secure Application Manager) & NC (Network Connect) Hits -- ra1 MaxBytes[192.168.122.2_samnc]: 1000000000 YLegend[192.168.122.2_samnc]: Hits Legend1[192.168.122.2_samnc]: SAM Hits Legend2[192.168.122.2_samnc]: NC Hits Legend3[192.168.122.2_samnc]: Peak SAM Hits Legend4[192.168.122.2_samnc]: Peak NC Hits LegendI[192.168.122.2_samnc]: SAM: LegendO[192.168.122.2_samnc]: NC: ShortLegend[192.168.122.2_samnc]: Hits routers.cgi*Options[192.168.122.2_samnc]: nomax routers.cgi*GraphStyle[192.168.122.2_samnc]: lines routers.cgi*Icon[192.168.122.2_samnc]: graph-sm.gif routers.cgi*ShortDesc[192.168.122.2_samnc]: Hits SAM & NC ra1 #routers.cgi*Ignore[192.168.122.2_samnc]: yes routers.cgi*Graph[192.168.122.2_samnc]: 192.168.122.2_hitssummary Target[192.168.122.2_meetingnc]: 1.3.6.1.4.1.12532.21.0&PseudoZero:COMMUNITY@192.168.122.2:::::2 Title[192.168.122.2_meetingnc]: Meeting Hits -- ra1 MaxBytes[192.168.122.2_meetingnc]: 1000000000 YLegend[192.168.122.2_meetingnc]: Hits Legend1[192.168.122.2_meetingnc]: Meeting Hits Legend3[192.168.122.2_meetingnc]: Peak Meeting Hits LegendI[192.168.122.2_meetingnc]: Meeting: ShortLegend[192.168.122.2_meetingnc]: Hits routers.cgi*Options[192.168.122.2_meetingnc]: nomax noo routers.cgi*GraphStyle[192.168.122.2_meetingnc]: lines routers.cgi*Icon[192.168.122.2_meetingnc]: graph-sm.gif routers.cgi*ShortDesc[192.168.122.2_meetingnc]: Hits Meeting ra1 #routers.cgi*Ignore[192.168.122.2_meetingnc]: yes routers.cgi*Graph[192.168.122.2_meetingnc]: 192.168.122.2_hitssummary #User Graph: Shows detailed statistics of the ive Hits routers.cgi*Title[192.168.122.2_hitssummary]: Total Hits -- ra1 routers.cgi*LegendTI[192.168.122.2_hitssummary]: Hits: routers.cgi*LegendTO[192.168.122.2_hitssummary]: Hits: routers.cgi*ShortDesc[192.168.122.2_hitssummary]: Total Hits ra1 routers.cgi*Icon[192.168.122.2_hitssummary]: graph-sm.gif routers.cgi*Options[192.168.122.2_hitssummary]: nototal routers.cgi*InSummary[192.168.122.2_hitssummary]: yes Target[192.168.122.3_fileweb]: 1.3.6.1.4.1.12532.15.0&1.3.6.1.4.1.12532.16.0:COMMUNITY@192.168.122.3:::::2 Title[192.168.122.3_fileweb]: File & Web Hits -- ra2 MaxBytes[192.168.122.3_fileweb]: 1000000000 YLegend[192.168.122.3_fileweb]: Hits Legend1[192.168.122.3_fileweb]: File Hits Legend2[192.168.122.3_fileweb]: Web Hits Legend3[192.168.122.3_fileweb]: Peak File Hits Legend4[192.168.122.3_fileweb]: Peak Web Hits LegendI[192.168.122.3_fileweb]: File: LegendO[192.168.122.3_fileweb]: Web: ShortLegend[192.168.122.3_fileweb]: Hits routers.cgi*Options[192.168.122.3_fileweb]: nomax routers.cgi*GraphStyle[192.168.122.3_fileweb]: lines routers.cgi*Icon[192.168.122.3_fileweb]: graph-sm.gif routers.cgi*ShortDesc[192.168.122.3_fileweb]: Hits File & Web ra2 #routers.cgi*Ignore[192.168.122.3_fileweb]: yes routers.cgi*Graph[192.168.122.3_fileweb]: 192.168.122.3_hitssummary Target[192.168.122.3_appletterm]: 1.3.6.1.4.1.12532.17.0&1.3.6.1.4.1.12532.18.0:COMMUNITY@192.168.122.3:::::2 Title[192.168.122.3_appletterm]: Applet & Term Hits -- ra2 MaxBytes[192.168.122.3_appletterm]: 1000000000 YLegend[192.168.122.3_appletterm]: Hits Legend1[192.168.122.3_appletterm]: Applet Hits Legend2[192.168.122.3_appletterm]: Term Hits Legend3[192.168.122.3_appletterm]: Peak Applet Hits Legend4[192.168.122.3_appletterm]: Peak Term Hits LegendI[192.168.122.3_appletterm]: Applet: LegendO[192.168.122.3_appletterm]: Term: ShortLegend[192.168.122.3_appletterm]: Hits routers.cgi*Options[192.168.122.3_appletterm]: nomax routers.cgi*GraphStyle[192.168.122.3_appletterm]: lines routers.cgi*Icon[192.168.122.3_appletterm]: graph-sm.gif routers.cgi*ShortDesc[192.168.122.3_appletterm]: Hits Applet & Term ra2 #routers.cgi*Ignore[192.168.122.3_appletterm]: yes routers.cgi*Graph[192.168.122.3_appletterm]: 192.168.122.3_hitssummary Target[192.168.122.3_samnc]: 1.3.6.1.4.1.12532.19.0&1.3.6.1.4.1.12532.20.0:COMMUNITY@192.168.122.3:::::2 Title[192.168.122.3_samnc]: SAM (Secure Application Manager) & NC (Network Connect) Hits -- ra2 MaxBytes[192.168.122.3_samnc]: 1000000000 YLegend[192.168.122.3_samnc]: Hits Legend1[192.168.122.3_samnc]: SAM Hits Legend2[192.168.122.3_samnc]: NC Hits Legend3[192.168.122.3_samnc]: Peak SAM Hits Legend4[192.168.122.3_samnc]: Peak NC Hits LegendI[192.168.122.3_samnc]: SAM: LegendO[192.168.122.3_samnc]: NC: ShortLegend[192.168.122.3_samnc]: Hits routers.cgi*Options[192.168.122.3_samnc]: nomax routers.cgi*GraphStyle[192.168.122.3_samnc]: lines routers.cgi*Icon[192.168.122.3_samnc]: graph-sm.gif routers.cgi*ShortDesc[192.168.122.3_samnc]: Hits SAM & NC ra2 #routers.cgi*Ignore[192.168.122.3_samnc]: yes routers.cgi*Graph[192.168.122.3_samnc]: 192.168.122.3_hitssummary Target[192.168.122.3_meetingnc]: 1.3.6.1.4.1.12532.21.0&PseudoZero:COMMUNITY@192.168.122.3:::::2 Title[192.168.122.3_meetingnc]: Meeting Hits -- ra2 MaxBytes[192.168.122.3_meetingnc]: 1000000000 YLegend[192.168.122.3_meetingnc]: Hits Legend1[192.168.122.3_meetingnc]: Meeting Hits Legend3[192.168.122.3_meetingnc]: Peak Meeting Hits LegendI[192.168.122.3_meetingnc]: Meeting: ShortLegend[192.168.122.3_meetingnc]: Hits routers.cgi*Options[192.168.122.3_meetingnc]: nomax noo routers.cgi*GraphStyle[192.168.122.3_meetingnc]: lines routers.cgi*Icon[192.168.122.3_meetingnc]: graph-sm.gif routers.cgi*ShortDesc[192.168.122.3_meetingnc]: Hits Meeting ra2 #routers.cgi*Ignore[192.168.122.3_meetingnc]: yes routers.cgi*Graph[192.168.122.3_meetingnc]: 192.168.122.3_hitssummary #User Graph: Shows detailed statistics of the ive Hits routers.cgi*Title[192.168.122.3_hitssummary]: Total Hits -- ra2 routers.cgi*LegendTI[192.168.122.3_hitssummary]: Hits: routers.cgi*LegendTO[192.168.122.3_hitssummary]: Hits: routers.cgi*ShortDesc[192.168.122.3_hitssummary]: Total Hits ra2 routers.cgi*Icon[192.168.122.3_hitssummary]: graph-sm.gif routers.cgi*Options[192.168.122.3_hitssummary]: nototal routers.cgi*InSummary[192.168.122.3_hitssummary]: yes ################################################################################################################ ################################################# Log & Disk ################################################### ################################################################################################################ Target[192.168.122.2_logdisk]: 1.3.6.1.4.1.12532.1.0&1.3.6.1.4.1.12532.25.0:COMMUNITY@192.168.122.2:::::2 Title[192.168.122.2_logdisk]: Log & Disk Usage -- ra1 MaxBytes[192.168.122.2_logdisk]: 100 Options[192.168.122.2_logdisk]: gauge UnScaled[192.168.122.2_logdisk]: dwmy Legend1[192.168.122.2_logdisk]: Log Usage Legend2[192.168.122.2_logdisk]: Disk Usage Legend3[192.168.122.2_logdisk]: Peak Log Usage Legend4[192.168.122.2_logdisk]: Peak Disk Usage YLegend[192.168.122.2_logdisk]: Percentage use LegendI[192.168.122.2_logdisk]: Log: LegendO[192.168.122.2_logdisk]: Disk: ShortLegend[192.168.122.2_logdisk]: % routers.cgi*GraphStyle[192.168.122.2_logdisk]: lines routers.cgi*Options[192.168.122.2_logdisk]: nopercent nototal routers.cgi*ShortDesc[192.168.122.2_logdisk]: Log & Disk ra1 routers.cgi*InSummary[192.168.122.2_logdisk]: yes Target[192.168.122.3_logdisk]: 1.3.6.1.4.1.12532.1.0&1.3.6.1.4.1.12532.25.0:COMMUNITY@192.168.122.3:::::2 Title[192.168.122.3_logdisk]: Log & Disk Usage -- ra2 MaxBytes[192.168.122.3_logdisk]: 100 Options[192.168.122.3_logdisk]: gauge UnScaled[192.168.122.3_logdisk]: dwmy Legend1[192.168.122.3_logdisk]: Log Usage Legend2[192.168.122.3_logdisk]: Disk Usage Legend3[192.168.122.3_logdisk]: Peak Log Usage Legend4[192.168.122.3_logdisk]: Peak Disk Usage YLegend[192.168.122.3_logdisk]: Percentage use LegendI[192.168.122.3_logdisk]: Log: LegendO[192.168.122.3_logdisk]: Disk: ShortLegend[192.168.122.3_logdisk]: % routers.cgi*GraphStyle[192.168.122.3_logdisk]: lines routers.cgi*Options[192.168.122.3_logdisk]: nopercent nototal routers.cgi*ShortDesc[192.168.122.3_logdisk]: Log & Disk ra2 routers.cgi*InSummary[192.168.122.3_logdisk]: yes ### Interface 2 >> Descr: 'int0' | Name: 'No Name' | Ip: '192.168.122.2' | Eth: '00-30-48-44-40-ea' ### Target[192.168.122.2_2]: 2:COMMUNITY@192.168.122.2:::::2 noHC[192.168.122.2_2]: yes MaxBytes[192.168.122.2_2]: 125000000 Title[192.168.122.2_2]: Traffic Analysis for int0 -- ra1 routers.cgi*ShortDesc[192.168.122.2_2]: int0 ra1 routers.cgi*GraphStyle[192.168.122.2_2]: mirror routers.cgi*Graph[192.168.122.2_2]: 192.168.122.4_interfaces ### Interface 3 >> Descr: 'ext0' | Name: 'No Name' | Ip: '192.168.112.2' | Eth: '00-30-48-44-40-eb' ### Target[192.168.122.2_3]: 3:COMMUNITY@192.168.122.2:::::2 noHC[192.168.122.2_3]: yes MaxBytes[192.168.122.2_3]: 125000000 Title[192.168.122.2_3]: Traffic Analysis for ext0 -- ra1 routers.cgi*ShortDesc[192.168.122.2_3]: ext0 ra1 routers.cgi*GraphStyle[192.168.122.2_3]: mirror routers.cgi*Graph[192.168.122.2_3]: 192.168.122.4_interfaces ### Interface 2 >> Descr: 'int0' | Name: 'No Name' | Ip: '192.168.122.3' | Eth: '00-30-48-44-30-a4' ### Target[192.168.122.3_2]: 2:COMMUNITY@192.168.122.3:::::2 noHC[192.168.122.3_2]: yes MaxBytes[192.168.122.3_2]: 125000000 Title[192.168.122.3_2]: Traffic Analysis for int0 -- ra2 routers.cgi*ShortDesc[192.168.122.3_2]: int0 ra2 routers.cgi*GraphStyle[192.168.122.3_2]: mirror routers.cgi*Graph[192.168.122.3_2]: 192.168.122.4_interfaces ### Interface 3 >> Descr: 'ext0' | Name: 'No Name' | Ip: '192.168.112.3' | Eth: '00-30-48-44-30-a5' ### Target[192.168.122.3_3]: 3:COMMUNITY@192.168.122.3:::::2 noHC[192.168.122.3_3]: yes MaxBytes[192.168.122.3_3]: 125000000 Title[192.168.122.3_3]: Traffic Analysis for ext0 -- ra2 routers.cgi*ShortDesc[192.168.122.3_3]: ext0 ra2 routers.cgi*GraphStyle[192.168.122.3_3]: mirror routers.cgi*Graph[192.168.122.3_3]: 192.168.122.4_interfaces routers.cgi*Title[192.168.122.4_interfaces]: Traffic Analysis for all interfaces -- ra routers.cgi*ShortDesc[192.168.122.4_interfaces]: Interfaces Summary |