Ad Widget

Collapse

How to monitor a windows systsem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jitheshr89
    Junior Member
    • Oct 2012
    • 26

    #1

    How to monitor a windows systsem

    Hi,
    ZABBIX is a awesome tool, I ever see. I am new to ZABBIX . I need valuable information about ZABBIX . I installed ZABBIX in Ubuntu 12.04 successfully. I want to monitor a Windows machine using ZABBIX . Can any one give me some example.

    1. To monitor a notepad working in Windows machine
    2. To monitor a process in Windows machine
    3. To monitor a services in Windows machine
    4. To monitor an application(like Adobe reader, mozila firefox..etc) in Windows machine

    Hope i will get a reply for this questions from ZABBIX experts and Users
  • tchjts1
    Senior Member
    • May 2008
    • 1605

    #2
    http://www.zabbix.com/documentation/...l/introduction

    Comment

    • jitheshr89
      Junior Member
      • Oct 2012
      • 26

      #3
      Status of Zabbix Server is No.

      Thanks tchjts1 for your kind reply. Hope you wil give a solution for this probelem also.
      Status of Zabbix Server is No in my dashboard. Can u help me.

      Comment

      • jitheshr89
        Junior Member
        • Oct 2012
        • 26

        #4
        Thanks tchjts,

        I expecting one more help from you. In my ZABBIX dashboard. It showing that Zabbix server is running (Value : NO). Can u please provide me a solution.

        Comment

        • Davidus
          Senior Member
          • Dec 2010
          • 281

          #5
          First of all make sure that zabbix server process is up
          Code:
          ps -ef | grep zabbix_server
          Also make sure that in zabbix_server.conf DBName, DBUser, DBPassword is specified

          ### Option: DBName
          # Database name.
          # For SQLite3 path to database file must be provided. DBUser and DBPassword are ignored.
          #
          # Mandatory: yes
          # Default:
          # DBName=

          DBName=zabbix

          ### Option: DBSchema
          # Schema name. Used for IBM DB2.
          #
          # Mandatory: no
          # Default:
          # DBSchema=

          ### Option: DBUser
          # Database user. Ignored for SQLite.
          #
          # Mandatory: no
          # Default:
          # DBUser=

          DBUser=zabbix

          ### Option: DBPassword
          # Database password. Ignored for SQLite.
          # Comment this line if no password is used.
          #
          # Mandatory: no
          # Default:
          DBPassword=zabbix_password

          Comment

          • jitheshr89
            Junior Member
            • Oct 2012
            • 26

            #6
            Thanks, Its working now

            Thanks Thanks its working now. You people is awesome.. Thank you David

            Comment

            • nbliuzhong@gmail.com
              Junior Member
              • Oct 2012
              • 9

              #7
              OK. i have the same situation with you!

              i have install zabbix server on my ubantu 12.04 ,and it runing successfull.and it can monitor my server (WIN SERVER 2008),but it can not monitor anther server with win server 2003?
              i can ensure everthing is ok,with the same conf files,just modified the hostname.
              in the firewall,i set exceptions in two servers,name: zabbix-agent port: 10050 (TCP), and i can telnet serverip:10050 ,it ok.
              the win server 2008 it monitored by zabbix ,but the win server 2003 can be detectied ,it show,"got empty string from [IP]. assuming that agent dropped connection because of access permissions"

              my email :[email protected]
              please help me thank you

              Comment

              Working...