Portál AbcLinuxu, 9. května 2025 22:55

Dotaz: munin-node win32

30.8.2012 09:31 petr
munin-node win32
Přečteno: 253×
Odpovědět | Admin
Dobry den, ma nekdo zkusenosti s rozbehnuti munin-node na windows? konkretne pluginy pro MSSQL a IIS? Ostatni jsem rozjel v poradku. Diky.

Řešení dotazu:


Nástroje: Začni sledovat (0) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

Řešení 1× (ewew)
7.9.2012 12:40 petr
Rozbalit Rozbalit vše Re: munin-node win32
Odpovědět | | Sbalit | Link | Blokovat | Admin

Zdravim, muzete uzavrit.

munin-node.ini:

;==============================================================================
;MSSQL

[PerfCounterPlugin_buffcachehitrat]
Object=SQLServer:Buffer Manager
Counter=Buffer cache hit ratio
GraphTitle=Buffer cache hit ratio
GraphDraw=LINE
GraphCategory=MSSQL
CounterFormat=large
CounterMultiply=1.000000

[PerfCounterPlugin_buffpagelifeexp]
Object=SQLServer:Buffer Manager
Counter=Page life expectancy
GraphTitle=Page life expectancy
GraphDraw=LINE
GraphCategory=MSSQL
CounterFormat=large
CounterMultiply=1.000000

[PerfCounterPlugin_sqluserconn]
Object=SQLServer:General Statistics
Counter=User Connections
GraphTitle=User Connections
GraphDraw=LINE
GraphCategory=MSSQL
CounterFormat=large
CounterMultiply=1.000000

[PerfCounterPlugin_sqlmemgrantspend]
Object=SQLServer:Memory Manager
Counter=Memory Grants Pending
GraphTitle=Memory Grants Pending
GraphDraw=LINE
GraphCategory=MSSQL
CounterFormat=large
CounterMultiply=1.000000

[PerfCounterPlugin_sqlbatchreqs]
Object=SQLServer:SQL Statistics
Counter=Batch Requests/sec
GraphTitle=Batch Requests/sec
GraphDraw=LINE
GraphCategory=MSSQL
CounterFormat=large
CounterMultiply=1.000000

[PerfCounterPlugin_sqlcompil]
Object=SQLServer:SQL Statistics
Counter=SQL Compilations/sec
GraphTitle=SQL Compilations/sec
GraphDraw=LINE
GraphCategory=MSSQL
CounterFormat=large
CounterMultiply=1.000000

[PerfCounterPlugin_sqllockblocks]
Object=SQLServer:Memory Manager
Counter=Lock Blocks
GraphTitle=SQLServer Lock Blocks
GraphDraw=LINE
GraphCategory=MSSQL
CounterFormat=large
CounterMultiply=1.000000

;==============================================================================
;IIS

;\Memory\Pages/sec
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISPagesSec]
Object=Memory
Counter=Pages/sec
GraphTitle=Pages/sec
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=0
CounterFormat=double
CounterMultiply=1.000000

;\Memory\Committed Bytes
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISCommittedBytes]
Object=Memory
Counter=Committed Bytes
GraphTitle=Committed Bytes
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=0
CounterFormat=large
CounterMultiply=1.000000

;\Memory\Pool Nonpaged Bytes
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISPoolNonpagedBytes]
Object=Memory
Counter=Pool Nonpaged Bytes
GraphTitle=Pool Nonpaged Bytes
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=0
CounterFormat=large
CounterMultiply=1.000000

;\PhysicalDisk(_Total)\Avg. Disk Bytes/Transfer
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISAvgDiskBytesTransfer]
Object=PhysicalDisk
Counter=Avg. Disk Bytes/Transfer
GraphTitle=Avg. Disk Bytes/Transfer
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=1
CounterFormat=double
CounterMultiply=1.000000

;\Internet Information Services Global\BLOB Cache Hits %
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISBLOBCacheHits]
Object=Internet Information Services Global
Counter=BLOB Cache Hits %
GraphTitle=BLOB Cache Hits %
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=0
CounterFormat=int
CounterMultiply=1.000000

;\Internet Information Services Global\File Cache Hits %
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISFileCacheHits]
Object=Internet Information Services Global
Counter=File Cache Hits %
GraphTitle=File Cache Hits %
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=0
CounterFormat=int
CounterMultiply=1.000000

;\Internet Information Services Global\URI Cache Hits %
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISURICacheHits]
Object=Internet Information Services Global
Counter=URI Cache Hits %
GraphTitle=URI Cache Hits %
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=0
CounterFormat=int
CounterMultiply=1.000000

;\Web Service(_Total)\Bytes Received/sec
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISBytesReceivedSec]
Object=Web Service
Counter=Bytes Received/sec
GraphTitle=Bytes Received/sec
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=1
CounterFormat=double
CounterMultiply=1.000000

;\Web Service(_Total)\Bytes Sent/sec
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISBytesSentSec]
Object=Web Service
Counter=Bytes Sent/sec
GraphTitle=Bytes Sent/sec
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=1
CounterFormat=double
CounterMultiply=1.000000

;\Web Service(_Total)\CGI Requests/sec
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISCGIRequestsSec]
Object=Web Service
Counter=CGI Requests/sec
GraphTitle=CGI Requests/sec
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=1
CounterFormat=double
CounterMultiply=1.000000

;\Web Service(_Total)\Search Requests/sec
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISSearchRequestSec]
Object=Web Service
Counter=Search Requests/sec
GraphTitle=Search Requests/sec
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=1
CounterFormat=double
CounterMultiply=1.000000

;\Web Service(_Total)\Get Requests/sec
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISGetRequestSec]
Object=Web Service
Counter=Get Requests/sec
GraphTitle=Get Requests/sec
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=1
CounterFormat=double
CounterMultiply=1.000000

;\Web Service(_Total)\Post Requests/sec
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISPostRequestSec]
Object=Web Service
Counter=Post Requests/sec
GraphTitle=Post Requests/sec
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=1
CounterFormat=double
CounterMultiply=1.000000

;\Web Service(_Total)\Other Request Methods/sec
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISOtherRequestSec]
Object=Web Service
Counter=Other Request Methods/sec
GraphTitle=Other Request Methods/sec
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=1
CounterFormat=double
CounterMultiply=1.000000

;\Web Service(_Total)\Service Uptime
;------------------------------------------------------------------------------
[PerfCounterPlugin_IISServiceUptime]
Object=Web Service
Counter=Service Uptime
GraphTitle=Service Uptime
GraphCategory=IIS
GraphDraw=LINE
GraphArgs=--base 1000 --lower-limit 0
DropTotal=1
CounterFormat=large
CounterMultiply=1.000000

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.