Ad Widget

Collapse

Starting Zabbix Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sjogie
    Junior Member
    • Jul 2007
    • 4

    #1

    Starting Zabbix Server

    Can someone advise whether Zabbix monitoring can be used without installing the agent?

    I have also completed installing the Zabbix Server, but not sure of how to access the interface from the browser.

    I have not installed the agent as yet. Can i install the agent on the same machine but as a different user?

    One last question is if it is possible to have zabbix monitor routers/switches?
  • bbrendon
    Senior Member
    • Sep 2005
    • 870

    #2
    Originally posted by sjogie
    Can someone advise whether Zabbix monitoring can be used without installing the agent?
    Yes. Most data requires the agent to collect though.

    I have not installed the agent as yet. Can i install the agent on the same machine but as a different user?
    Yes. You can also run it as the same user.

    One last question is if it is possible to have zabbix monitor routers/switches?
    Yes
    Unofficial Zabbix Expert
    Blog, Corporate Site

    Comment

    • sjogie
      Junior Member
      • Jul 2007
      • 4

      #3
      Agentd installed

      Infinity005,

      Than you very much for your assistance - i have now installed the agent.
      The last command i ran was ;
      ./zabbix_agentd
      ls /tmp/zab*
      cat /tmp/zabbix_agentd.tmp

      My question is what next -

      I don't understand where to run this command from (how do i get to =[root@srv-1 html]:

      root@srv-1 html]# pwd
      /var/www/html
      [root@srv-1 html]# vi /usr/local/src/zab*server/frontends/php/include/db.inc.php
      // $DB_TYPE ="POSTGRESQL";
      $DB_TYPE ="MYSQL";
      $DB_SERVER ="localhost";
      $DB_DATABASE ="zabbix";
      // $DB_DATABASE ="osmiy";
      $DB_USER ="root";
      $DB_PASSWORD ="";
      [root@srv-1 html]# cp -r /usr/local/src/zab*server/frontends/php/* ./
      [root@srv-1 html]# ls
      acknow.php chart5.php hosts.php overview.php services.php
      actionconf.php chart_sla.php image.php popup.php srv_stat

      Comment

      Working...