Unable to configure DD-WRT SNMP monitoring with Zabbix
Installed Zabbix on Ubuntu but not sure what setting I missed. Base on my concept, I would like to using SNMP to monitoring DD-WRT router which it using SNMP service.
I did enable to SNMP service at DD-WRT router page. And also created a host at Zabbix with included DD-WRT template. After I done it I still unable to get any connection/information at Zabbix which mean the router doesn't communicate with Zabbix.
The above picture is my DD-WRT's SNMP configuration.
Also this is the Zabbix configuration which I have created the service to monitoring my DD-WRT router.
snmp dd-wrt
migrated from serverfault.com Nov 1 '13 at 15:26
This question came from our site for system and network administrators.
add a comment |
Installed Zabbix on Ubuntu but not sure what setting I missed. Base on my concept, I would like to using SNMP to monitoring DD-WRT router which it using SNMP service.
I did enable to SNMP service at DD-WRT router page. And also created a host at Zabbix with included DD-WRT template. After I done it I still unable to get any connection/information at Zabbix which mean the router doesn't communicate with Zabbix.
The above picture is my DD-WRT's SNMP configuration.
Also this is the Zabbix configuration which I have created the service to monitoring my DD-WRT router.
snmp dd-wrt
migrated from serverfault.com Nov 1 '13 at 15:26
This question came from our site for system and network administrators.
Can you post the list of items for your DD-WRT host?
– StephenKing
Oct 31 '13 at 5:15
@StephenKing This is the item list in my DD-WRT host, which it have 122 items. (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img844/7237/2zdn.png)
– Jien Wai
Oct 31 '13 at 7:28
add a comment |
Installed Zabbix on Ubuntu but not sure what setting I missed. Base on my concept, I would like to using SNMP to monitoring DD-WRT router which it using SNMP service.
I did enable to SNMP service at DD-WRT router page. And also created a host at Zabbix with included DD-WRT template. After I done it I still unable to get any connection/information at Zabbix which mean the router doesn't communicate with Zabbix.
The above picture is my DD-WRT's SNMP configuration.
Also this is the Zabbix configuration which I have created the service to monitoring my DD-WRT router.
snmp dd-wrt
Installed Zabbix on Ubuntu but not sure what setting I missed. Base on my concept, I would like to using SNMP to monitoring DD-WRT router which it using SNMP service.
I did enable to SNMP service at DD-WRT router page. And also created a host at Zabbix with included DD-WRT template. After I done it I still unable to get any connection/information at Zabbix which mean the router doesn't communicate with Zabbix.
The above picture is my DD-WRT's SNMP configuration.
Also this is the Zabbix configuration which I have created the service to monitoring my DD-WRT router.
snmp dd-wrt
snmp dd-wrt
edited Jan 16 '14 at 10:02
Der Hochstapler
67.2k48230283
67.2k48230283
asked Oct 31 '13 at 2:39
Jien Wai
1615
1615
migrated from serverfault.com Nov 1 '13 at 15:26
This question came from our site for system and network administrators.
migrated from serverfault.com Nov 1 '13 at 15:26
This question came from our site for system and network administrators.
Can you post the list of items for your DD-WRT host?
– StephenKing
Oct 31 '13 at 5:15
@StephenKing This is the item list in my DD-WRT host, which it have 122 items. (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img844/7237/2zdn.png)
– Jien Wai
Oct 31 '13 at 7:28
add a comment |
Can you post the list of items for your DD-WRT host?
– StephenKing
Oct 31 '13 at 5:15
@StephenKing This is the item list in my DD-WRT host, which it have 122 items. (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img844/7237/2zdn.png)
– Jien Wai
Oct 31 '13 at 7:28
Can you post the list of items for your DD-WRT host?
– StephenKing
Oct 31 '13 at 5:15
Can you post the list of items for your DD-WRT host?
– StephenKing
Oct 31 '13 at 5:15
@StephenKing This is the item list in my DD-WRT host, which it have 122 items. (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img844/7237/2zdn.png)
– Jien Wai
Oct 31 '13 at 7:28
@StephenKing This is the item list in my DD-WRT host, which it have 122 items. (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img844/7237/2zdn.png)
– Jien Wai
Oct 31 '13 at 7:28
add a comment |
1 Answer
1
active
oldest
votes
Two possibilities:
- Install zabbix-agent on the DD-WRT router
- Do not use the DD-WRT template, but either use an SNMP template or create your custom items
All your items are of type Zabbix Agent
. This requires that agent to run on the device. No data will be pulled by SNMP with this config.
I did research on theZabbix Agent
onDD-WRT
seem theatheros chipset
doesn't support the Zabbix Agent, can I using the default SNMP function in DD-WRT to monitoring by using the Zabbix?
– Jien Wai
Nov 1 '13 at 2:48
Where did you find that information? Did you try to compile the agent from source? Here's a tutorial: diegolima.org/wordpress/?p=407
– StephenKing
Nov 1 '13 at 10:57
And yes.. that's the second choice I mentioned: Add the Host in Zabbix using theTemplate_SNMPv2_Device
. You can also add additional SNMP items that are exposed by the router's MIB, but not in the Template.
– StephenKing
Nov 1 '13 at 10:59
What I did rightnow is my currently my router IP is192.168.1.1
and I create a host at Zabbix also put theSNMP interfaces
as191.168.1.1
. I were follow thishttp://projectdaenney.org/blog/2012/10/14/zabbix-baby-steps-part-1/
to configure the setting. After I done this basic setting, I create a host to monitoring my router which I have add theTemplate SNMP Generic
as my template., but I still unable to monitoring my router which is come wiht
Timeout while connecting to "192.168.1.1:161`.
– Jien Wai
Nov 4 '13 at 2:26
Just to make sure: You've activated the SNMP agent and can also connect to it through an SNMP browser on your PC? Community names (public/private) match? What's not clear to me is "I create a host... After I done this basic setting, I create a host.." - you're not creating two hosts, aren't you?
– StephenKing
Nov 4 '13 at 7:00
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f668375%2funable-to-configure-dd-wrt-snmp-monitoring-with-zabbix%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Two possibilities:
- Install zabbix-agent on the DD-WRT router
- Do not use the DD-WRT template, but either use an SNMP template or create your custom items
All your items are of type Zabbix Agent
. This requires that agent to run on the device. No data will be pulled by SNMP with this config.
I did research on theZabbix Agent
onDD-WRT
seem theatheros chipset
doesn't support the Zabbix Agent, can I using the default SNMP function in DD-WRT to monitoring by using the Zabbix?
– Jien Wai
Nov 1 '13 at 2:48
Where did you find that information? Did you try to compile the agent from source? Here's a tutorial: diegolima.org/wordpress/?p=407
– StephenKing
Nov 1 '13 at 10:57
And yes.. that's the second choice I mentioned: Add the Host in Zabbix using theTemplate_SNMPv2_Device
. You can also add additional SNMP items that are exposed by the router's MIB, but not in the Template.
– StephenKing
Nov 1 '13 at 10:59
What I did rightnow is my currently my router IP is192.168.1.1
and I create a host at Zabbix also put theSNMP interfaces
as191.168.1.1
. I were follow thishttp://projectdaenney.org/blog/2012/10/14/zabbix-baby-steps-part-1/
to configure the setting. After I done this basic setting, I create a host to monitoring my router which I have add theTemplate SNMP Generic
as my template., but I still unable to monitoring my router which is come wiht
Timeout while connecting to "192.168.1.1:161`.
– Jien Wai
Nov 4 '13 at 2:26
Just to make sure: You've activated the SNMP agent and can also connect to it through an SNMP browser on your PC? Community names (public/private) match? What's not clear to me is "I create a host... After I done this basic setting, I create a host.." - you're not creating two hosts, aren't you?
– StephenKing
Nov 4 '13 at 7:00
add a comment |
Two possibilities:
- Install zabbix-agent on the DD-WRT router
- Do not use the DD-WRT template, but either use an SNMP template or create your custom items
All your items are of type Zabbix Agent
. This requires that agent to run on the device. No data will be pulled by SNMP with this config.
I did research on theZabbix Agent
onDD-WRT
seem theatheros chipset
doesn't support the Zabbix Agent, can I using the default SNMP function in DD-WRT to monitoring by using the Zabbix?
– Jien Wai
Nov 1 '13 at 2:48
Where did you find that information? Did you try to compile the agent from source? Here's a tutorial: diegolima.org/wordpress/?p=407
– StephenKing
Nov 1 '13 at 10:57
And yes.. that's the second choice I mentioned: Add the Host in Zabbix using theTemplate_SNMPv2_Device
. You can also add additional SNMP items that are exposed by the router's MIB, but not in the Template.
– StephenKing
Nov 1 '13 at 10:59
What I did rightnow is my currently my router IP is192.168.1.1
and I create a host at Zabbix also put theSNMP interfaces
as191.168.1.1
. I were follow thishttp://projectdaenney.org/blog/2012/10/14/zabbix-baby-steps-part-1/
to configure the setting. After I done this basic setting, I create a host to monitoring my router which I have add theTemplate SNMP Generic
as my template., but I still unable to monitoring my router which is come wiht
Timeout while connecting to "192.168.1.1:161`.
– Jien Wai
Nov 4 '13 at 2:26
Just to make sure: You've activated the SNMP agent and can also connect to it through an SNMP browser on your PC? Community names (public/private) match? What's not clear to me is "I create a host... After I done this basic setting, I create a host.." - you're not creating two hosts, aren't you?
– StephenKing
Nov 4 '13 at 7:00
add a comment |
Two possibilities:
- Install zabbix-agent on the DD-WRT router
- Do not use the DD-WRT template, but either use an SNMP template or create your custom items
All your items are of type Zabbix Agent
. This requires that agent to run on the device. No data will be pulled by SNMP with this config.
Two possibilities:
- Install zabbix-agent on the DD-WRT router
- Do not use the DD-WRT template, but either use an SNMP template or create your custom items
All your items are of type Zabbix Agent
. This requires that agent to run on the device. No data will be pulled by SNMP with this config.
answered Oct 31 '13 at 20:14
StephenKing
15410
15410
I did research on theZabbix Agent
onDD-WRT
seem theatheros chipset
doesn't support the Zabbix Agent, can I using the default SNMP function in DD-WRT to monitoring by using the Zabbix?
– Jien Wai
Nov 1 '13 at 2:48
Where did you find that information? Did you try to compile the agent from source? Here's a tutorial: diegolima.org/wordpress/?p=407
– StephenKing
Nov 1 '13 at 10:57
And yes.. that's the second choice I mentioned: Add the Host in Zabbix using theTemplate_SNMPv2_Device
. You can also add additional SNMP items that are exposed by the router's MIB, but not in the Template.
– StephenKing
Nov 1 '13 at 10:59
What I did rightnow is my currently my router IP is192.168.1.1
and I create a host at Zabbix also put theSNMP interfaces
as191.168.1.1
. I were follow thishttp://projectdaenney.org/blog/2012/10/14/zabbix-baby-steps-part-1/
to configure the setting. After I done this basic setting, I create a host to monitoring my router which I have add theTemplate SNMP Generic
as my template., but I still unable to monitoring my router which is come wiht
Timeout while connecting to "192.168.1.1:161`.
– Jien Wai
Nov 4 '13 at 2:26
Just to make sure: You've activated the SNMP agent and can also connect to it through an SNMP browser on your PC? Community names (public/private) match? What's not clear to me is "I create a host... After I done this basic setting, I create a host.." - you're not creating two hosts, aren't you?
– StephenKing
Nov 4 '13 at 7:00
add a comment |
I did research on theZabbix Agent
onDD-WRT
seem theatheros chipset
doesn't support the Zabbix Agent, can I using the default SNMP function in DD-WRT to monitoring by using the Zabbix?
– Jien Wai
Nov 1 '13 at 2:48
Where did you find that information? Did you try to compile the agent from source? Here's a tutorial: diegolima.org/wordpress/?p=407
– StephenKing
Nov 1 '13 at 10:57
And yes.. that's the second choice I mentioned: Add the Host in Zabbix using theTemplate_SNMPv2_Device
. You can also add additional SNMP items that are exposed by the router's MIB, but not in the Template.
– StephenKing
Nov 1 '13 at 10:59
What I did rightnow is my currently my router IP is192.168.1.1
and I create a host at Zabbix also put theSNMP interfaces
as191.168.1.1
. I were follow thishttp://projectdaenney.org/blog/2012/10/14/zabbix-baby-steps-part-1/
to configure the setting. After I done this basic setting, I create a host to monitoring my router which I have add theTemplate SNMP Generic
as my template., but I still unable to monitoring my router which is come wiht
Timeout while connecting to "192.168.1.1:161`.
– Jien Wai
Nov 4 '13 at 2:26
Just to make sure: You've activated the SNMP agent and can also connect to it through an SNMP browser on your PC? Community names (public/private) match? What's not clear to me is "I create a host... After I done this basic setting, I create a host.." - you're not creating two hosts, aren't you?
– StephenKing
Nov 4 '13 at 7:00
I did research on the
Zabbix Agent
on DD-WRT
seem the atheros chipset
doesn't support the Zabbix Agent, can I using the default SNMP function in DD-WRT to monitoring by using the Zabbix?– Jien Wai
Nov 1 '13 at 2:48
I did research on the
Zabbix Agent
on DD-WRT
seem the atheros chipset
doesn't support the Zabbix Agent, can I using the default SNMP function in DD-WRT to monitoring by using the Zabbix?– Jien Wai
Nov 1 '13 at 2:48
Where did you find that information? Did you try to compile the agent from source? Here's a tutorial: diegolima.org/wordpress/?p=407
– StephenKing
Nov 1 '13 at 10:57
Where did you find that information? Did you try to compile the agent from source? Here's a tutorial: diegolima.org/wordpress/?p=407
– StephenKing
Nov 1 '13 at 10:57
And yes.. that's the second choice I mentioned: Add the Host in Zabbix using the
Template_SNMPv2_Device
. You can also add additional SNMP items that are exposed by the router's MIB, but not in the Template.– StephenKing
Nov 1 '13 at 10:59
And yes.. that's the second choice I mentioned: Add the Host in Zabbix using the
Template_SNMPv2_Device
. You can also add additional SNMP items that are exposed by the router's MIB, but not in the Template.– StephenKing
Nov 1 '13 at 10:59
What I did rightnow is my currently my router IP is
192.168.1.1
and I create a host at Zabbix also put the SNMP interfaces
as 191.168.1.1
. I were follow this http://projectdaenney.org/blog/2012/10/14/zabbix-baby-steps-part-1/
to configure the setting. After I done this basic setting, I create a host to monitoring my router which I have add the Template SNMP Generic
as my template., but I still unable to monitoring my router which is come wiht
Timeout while connecting to "192.168.1.1:161`.– Jien Wai
Nov 4 '13 at 2:26
What I did rightnow is my currently my router IP is
192.168.1.1
and I create a host at Zabbix also put the SNMP interfaces
as 191.168.1.1
. I were follow this http://projectdaenney.org/blog/2012/10/14/zabbix-baby-steps-part-1/
to configure the setting. After I done this basic setting, I create a host to monitoring my router which I have add the Template SNMP Generic
as my template., but I still unable to monitoring my router which is come wiht
Timeout while connecting to "192.168.1.1:161`.– Jien Wai
Nov 4 '13 at 2:26
Just to make sure: You've activated the SNMP agent and can also connect to it through an SNMP browser on your PC? Community names (public/private) match? What's not clear to me is "I create a host... After I done this basic setting, I create a host.." - you're not creating two hosts, aren't you?
– StephenKing
Nov 4 '13 at 7:00
Just to make sure: You've activated the SNMP agent and can also connect to it through an SNMP browser on your PC? Community names (public/private) match? What's not clear to me is "I create a host... After I done this basic setting, I create a host.." - you're not creating two hosts, aren't you?
– StephenKing
Nov 4 '13 at 7:00
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f668375%2funable-to-configure-dd-wrt-snmp-monitoring-with-zabbix%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you post the list of items for your DD-WRT host?
– StephenKing
Oct 31 '13 at 5:15
@StephenKing This is the item list in my DD-WRT host, which it have 122 items. (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img703/7182/azsu.png) (imageshack.us/a/img844/7237/2zdn.png)
– Jien Wai
Oct 31 '13 at 7:28