Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b786354

Browse files
author
Tiemen Ruiten
committed
add graphs: dbreads + dbwrites, Query, Size, CPU Ratio, Table scans + Index scans, Users
1 parent a1fc513 commit b786354

1 file changed

Lines changed: 327 additions & 1 deletion

File tree

‎zabbix-template/Pyora.xml‎

Lines changed: 327 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<zabbix_export>
33
<version>3.0</version>
4-
<date>2016-05-23T15:04:53Z</date>
4+
<date>2016-06-03T08:39:51Z</date>
55
<groups>
66
<group>
77
<name>Pyora</name>
@@ -2349,4 +2349,330 @@
23492349
<dependencies/>
23502350
</trigger>
23512351
</triggers>
2352+
<graphs>
2353+
<graph>
2354+
<name>Oracle/dbreads + dbwrites</name>
2355+
<width>900</width>
2356+
<height>200</height>
2357+
<yaxismin>0.0000</yaxismin>
2358+
<yaxismax>100.0000</yaxismax>
2359+
<show_work_period>1</show_work_period>
2360+
<show_triggers>1</show_triggers>
2361+
<type>0</type>
2362+
<show_legend>1</show_legend>
2363+
<show_3d>0</show_3d>
2364+
<percent_left>0.0000</percent_left>
2365+
<percent_right>0.0000</percent_right>
2366+
<ymin_type_1>0</ymin_type_1>
2367+
<ymax_type_1>0</ymax_type_1>
2368+
<ymin_item_1>0</ymin_item_1>
2369+
<ymax_item_1>0</ymax_item_1>
2370+
<graph_items>
2371+
<graph_item>
2372+
<sortorder>0</sortorder>
2373+
<drawtype>0</drawtype>
2374+
<color>1A7C11</color>
2375+
<yaxisside>0</yaxisside>
2376+
<calc_fnc>2</calc_fnc>
2377+
<type>0</type>
2378+
<item>
2379+
<host>Pyora</host>
2380+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},dbprllwrite]</key>
2381+
</item>
2382+
</graph_item>
2383+
<graph_item>
2384+
<sortorder>1</sortorder>
2385+
<drawtype>0</drawtype>
2386+
<color>F63100</color>
2387+
<yaxisside>0</yaxisside>
2388+
<calc_fnc>2</calc_fnc>
2389+
<type>0</type>
2390+
<item>
2391+
<host>Pyora</host>
2392+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},dbscattread]</key>
2393+
</item>
2394+
</graph_item>
2395+
<graph_item>
2396+
<sortorder>2</sortorder>
2397+
<drawtype>0</drawtype>
2398+
<color>2774A4</color>
2399+
<yaxisside>0</yaxisside>
2400+
<calc_fnc>2</calc_fnc>
2401+
<type>0</type>
2402+
<item>
2403+
<host>Pyora</host>
2404+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},dbseqread]</key>
2405+
</item>
2406+
</graph_item>
2407+
<graph_item>
2408+
<sortorder>3</sortorder>
2409+
<drawtype>0</drawtype>
2410+
<color>A54F10</color>
2411+
<yaxisside>0</yaxisside>
2412+
<calc_fnc>2</calc_fnc>
2413+
<type>0</type>
2414+
<item>
2415+
<host>Pyora</host>
2416+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},dbsnglwrite]</key>
2417+
</item>
2418+
</graph_item>
2419+
</graph_items>
2420+
</graph>
2421+
<graph>
2422+
<name>Oracle/Query</name>
2423+
<width>900</width>
2424+
<height>200</height>
2425+
<yaxismin>0.0000</yaxismin>
2426+
<yaxismax>100.0000</yaxismax>
2427+
<show_work_period>1</show_work_period>
2428+
<show_triggers>1</show_triggers>
2429+
<type>0</type>
2430+
<show_legend>1</show_legend>
2431+
<show_3d>0</show_3d>
2432+
<percent_left>0.0000</percent_left>
2433+
<percent_right>0.0000</percent_right>
2434+
<ymin_type_1>0</ymin_type_1>
2435+
<ymax_type_1>0</ymax_type_1>
2436+
<ymin_item_1>0</ymin_item_1>
2437+
<ymax_item_1>0</ymax_item_1>
2438+
<graph_items>
2439+
<graph_item>
2440+
<sortorder>0</sortorder>
2441+
<drawtype>0</drawtype>
2442+
<color>1A7C11</color>
2443+
<yaxisside>1</yaxisside>
2444+
<calc_fnc>2</calc_fnc>
2445+
<type>0</type>
2446+
<item>
2447+
<host>Pyora</host>
2448+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},query_sessions]</key>
2449+
</item>
2450+
</graph_item>
2451+
<graph_item>
2452+
<sortorder>1</sortorder>
2453+
<drawtype>0</drawtype>
2454+
<color>F63100</color>
2455+
<yaxisside>0</yaxisside>
2456+
<calc_fnc>2</calc_fnc>
2457+
<type>0</type>
2458+
<item>
2459+
<host>Pyora</host>
2460+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},query_rollbacks]</key>
2461+
</item>
2462+
</graph_item>
2463+
<graph_item>
2464+
<sortorder>2</sortorder>
2465+
<drawtype>0</drawtype>
2466+
<color>2774A4</color>
2467+
<yaxisside>0</yaxisside>
2468+
<calc_fnc>2</calc_fnc>
2469+
<type>0</type>
2470+
<item>
2471+
<host>Pyora</host>
2472+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},query_redologs]</key>
2473+
</item>
2474+
</graph_item>
2475+
<graph_item>
2476+
<sortorder>3</sortorder>
2477+
<drawtype>0</drawtype>
2478+
<color>FC6EA3</color>
2479+
<yaxisside>0</yaxisside>
2480+
<calc_fnc>2</calc_fnc>
2481+
<type>0</type>
2482+
<item>
2483+
<host>Pyora</host>
2484+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},query_lock]</key>
2485+
</item>
2486+
</graph_item>
2487+
</graph_items>
2488+
</graph>
2489+
<graph>
2490+
<name>Oracle/Size</name>
2491+
<width>250</width>
2492+
<height>250</height>
2493+
<yaxismin>0.0000</yaxismin>
2494+
<yaxismax>0.0000</yaxismax>
2495+
<show_work_period>0</show_work_period>
2496+
<show_triggers>0</show_triggers>
2497+
<type>3</type>
2498+
<show_legend>1</show_legend>
2499+
<show_3d>0</show_3d>
2500+
<percent_left>0.0000</percent_left>
2501+
<percent_right>0.0000</percent_right>
2502+
<ymin_type_1>0</ymin_type_1>
2503+
<ymax_type_1>0</ymax_type_1>
2504+
<ymin_item_1>0</ymin_item_1>
2505+
<ymax_item_1>0</ymax_item_1>
2506+
<graph_items>
2507+
<graph_item>
2508+
<sortorder>0</sortorder>
2509+
<drawtype>0</drawtype>
2510+
<color>1A7C11</color>
2511+
<yaxisside>0</yaxisside>
2512+
<calc_fnc>2</calc_fnc>
2513+
<type>2</type>
2514+
<item>
2515+
<host>Pyora</host>
2516+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},dbfilesize]</key>
2517+
</item>
2518+
</graph_item>
2519+
<graph_item>
2520+
<sortorder>1</sortorder>
2521+
<drawtype>0</drawtype>
2522+
<color>F63100</color>
2523+
<yaxisside>0</yaxisside>
2524+
<calc_fnc>2</calc_fnc>
2525+
<type>0</type>
2526+
<item>
2527+
<host>Pyora</host>
2528+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},dbsize]</key>
2529+
</item>
2530+
</graph_item>
2531+
</graph_items>
2532+
</graph>
2533+
<graph>
2534+
<name>Oracle/Sysmetrics CPU ratio</name>
2535+
<width>900</width>
2536+
<height>200</height>
2537+
<yaxismin>0.0000</yaxismin>
2538+
<yaxismax>100.0000</yaxismax>
2539+
<show_work_period>1</show_work_period>
2540+
<show_triggers>1</show_triggers>
2541+
<type>1</type>
2542+
<show_legend>1</show_legend>
2543+
<show_3d>0</show_3d>
2544+
<percent_left>0.0000</percent_left>
2545+
<percent_right>0.0000</percent_right>
2546+
<ymin_type_1>0</ymin_type_1>
2547+
<ymax_type_1>0</ymax_type_1>
2548+
<ymin_item_1>0</ymin_item_1>
2549+
<ymax_item_1>0</ymax_item_1>
2550+
<graph_items>
2551+
<graph_item>
2552+
<sortorder>0</sortorder>
2553+
<drawtype>1</drawtype>
2554+
<color>F63100</color>
2555+
<yaxisside>0</yaxisside>
2556+
<calc_fnc>2</calc_fnc>
2557+
<type>0</type>
2558+
<item>
2559+
<host>Pyora</host>
2560+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},query_sysmetrics,Database_CPU_Time_Ratio]</key>
2561+
</item>
2562+
</graph_item>
2563+
<graph_item>
2564+
<sortorder>1</sortorder>
2565+
<drawtype>1</drawtype>
2566+
<color>2774A4</color>
2567+
<yaxisside>0</yaxisside>
2568+
<calc_fnc>2</calc_fnc>
2569+
<type>0</type>
2570+
<item>
2571+
<host>Pyora</host>
2572+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},query_sysmetrics,Database_Wait_Time_Ratio]</key>
2573+
</item>
2574+
</graph_item>
2575+
</graph_items>
2576+
</graph>
2577+
<graph>
2578+
<name>Oracle/Table scans + Index scans</name>
2579+
<width>900</width>
2580+
<height>200</height>
2581+
<yaxismin>0.0000</yaxismin>
2582+
<yaxismax>100.0000</yaxismax>
2583+
<show_work_period>1</show_work_period>
2584+
<show_triggers>1</show_triggers>
2585+
<type>0</type>
2586+
<show_legend>1</show_legend>
2587+
<show_3d>0</show_3d>
2588+
<percent_left>0.0000</percent_left>
2589+
<percent_right>0.0000</percent_right>
2590+
<ymin_type_1>0</ymin_type_1>
2591+
<ymax_type_1>0</ymax_type_1>
2592+
<ymin_item_1>0</ymin_item_1>
2593+
<ymax_item_1>0</ymax_item_1>
2594+
<graph_items>
2595+
<graph_item>
2596+
<sortorder>0</sortorder>
2597+
<drawtype>0</drawtype>
2598+
<color>1A7C11</color>
2599+
<yaxisside>1</yaxisside>
2600+
<calc_fnc>2</calc_fnc>
2601+
<type>0</type>
2602+
<item>
2603+
<host>Pyora</host>
2604+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},indexffs]</key>
2605+
</item>
2606+
</graph_item>
2607+
<graph_item>
2608+
<sortorder>1</sortorder>
2609+
<drawtype>0</drawtype>
2610+
<color>F63100</color>
2611+
<yaxisside>0</yaxisside>
2612+
<calc_fnc>2</calc_fnc>
2613+
<type>0</type>
2614+
<item>
2615+
<host>Pyora</host>
2616+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},tblrowsscans]</key>
2617+
</item>
2618+
</graph_item>
2619+
<graph_item>
2620+
<sortorder>2</sortorder>
2621+
<drawtype>0</drawtype>
2622+
<color>2774A4</color>
2623+
<yaxisside>0</yaxisside>
2624+
<calc_fnc>2</calc_fnc>
2625+
<type>0</type>
2626+
<item>
2627+
<host>Pyora</host>
2628+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},tblscans]</key>
2629+
</item>
2630+
</graph_item>
2631+
</graph_items>
2632+
</graph>
2633+
<graph>
2634+
<name>Oracle/User</name>
2635+
<width>900</width>
2636+
<height>200</height>
2637+
<yaxismin>0.0000</yaxismin>
2638+
<yaxismax>100.0000</yaxismax>
2639+
<show_work_period>1</show_work_period>
2640+
<show_triggers>1</show_triggers>
2641+
<type>0</type>
2642+
<show_legend>1</show_legend>
2643+
<show_3d>0</show_3d>
2644+
<percent_left>0.0000</percent_left>
2645+
<percent_right>0.0000</percent_right>
2646+
<ymin_type_1>0</ymin_type_1>
2647+
<ymax_type_1>0</ymax_type_1>
2648+
<ymin_item_1>0</ymin_item_1>
2649+
<ymax_item_1>0</ymax_item_1>
2650+
<graph_items>
2651+
<graph_item>
2652+
<sortorder>0</sortorder>
2653+
<drawtype>0</drawtype>
2654+
<color>1A7C11</color>
2655+
<yaxisside>0</yaxisside>
2656+
<calc_fnc>2</calc_fnc>
2657+
<type>0</type>
2658+
<item>
2659+
<host>Pyora</host>
2660+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},query_sysmetrics,User_Transaction_Per_Sec]</key>
2661+
</item>
2662+
</graph_item>
2663+
<graph_item>
2664+
<sortorder>1</sortorder>
2665+
<drawtype>0</drawtype>
2666+
<color>F63100</color>
2667+
<yaxisside>0</yaxisside>
2668+
<calc_fnc>2</calc_fnc>
2669+
<type>0</type>
2670+
<item>
2671+
<host>Pyora</host>
2672+
<key>pyora[{$USERNAME},{$PASSWORD},{$ADDRESS},{$DATABASE},commits]</key>
2673+
</item>
2674+
</graph_item>
2675+
</graph_items>
2676+
</graph>
2677+
</graphs>
23522678
</zabbix_export>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /