curious whether anyone's farted around with using MariaDB or *gasp* PostgreSQL for their install.
Yeah, I use MariaDB for my system since MySQL is not approved for use in our company. It's a drop-in replacement and works great.
- Jared
________________________________ From: Rob VanHooren rob_vanhooren@mac.com To: "observium@observium.org" observium@observium.org Sent: Saturday, June 8, 2013 5:31 PM Subject: [Observium] backend DB
curious whether anyone's farted around with using MariaDB or *gasp* PostgreSQL for their install.
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
On 9/06/2013 2:31, Rob VanHooren wrote:
curious whether anyone's farted around with using MariaDB or *gasp* PostgreSQL for their install.
If you find any of our queries work with postgres, give me a shout and I'll make sure they get some mysql-specific syntax injected.
Tom
On 2013-06-09 01:31, Rob VanHooren wrote:
curious whether anyone's farted around with using MariaDB or *gasp* PostgreSQL for their install.
MariaDB should work fine, as it's a drop-in replacement for MySQL.
Postgres doesn't work, and likely never will. Our SQL framework was written purely with MySQL in mind, and our schema update process will almost certainly only work on MySQL and compatibles.
None of us know Postgres, and in 7 years we've never had a compelling reason to support it.
adam.
On 9/06/2013 9:49, Adam Armstrong wrote:
On 2013-06-09 01:31, Rob VanHooren wrote:
curious whether anyone's farted around with using MariaDB or *gasp* PostgreSQL for their install.
MariaDB should work fine, as it's a drop-in replacement for MySQL.
Postgres doesn't work, and likely never will. Our SQL framework was written purely with MySQL in mind, and our schema update process will almost certainly only work on MySQL and compatibles.
None of us know Postgres, and in 7 years we've never had a compelling reason to support it.
But what if your company doesn't approve MySQL -and- all derivatives?!?
I know enough about postgres to not want to know any more about it ;-)
On this excellent sunday I bring you excellent music from Observium's main sponsoring country: http://www.youtube.com/watch?v=YVhS0KBQVjw&feature=youtu.be
Tom
I'm curious to know why a company would outright ban MySQL and derivatives. Is there a technically valid reason or is it more like "the director hasn't seen a full page ad in CIO magazine"?
disclaimer: I don't know the difference between a database and my toes.
On Sun, Jun 9, 2013 at 1:55 AM, Tom Laermans tom.laermans@powersource.cxwrote:
On 9/06/2013 9:49, Adam Armstrong wrote:
On 2013-06-09 01:31, Rob VanHooren wrote:
curious whether anyone's farted around with using MariaDB or *gasp* PostgreSQL for their install.
MariaDB should work fine, as it's a drop-in replacement for MySQL.
Postgres doesn't work, and likely never will. Our SQL framework was written purely with MySQL in mind, and our schema update process will almost certainly only work on MySQL and compatibles.
None of us know Postgres, and in 7 years we've never had a compelling reason to support it.
But what if your company doesn't approve MySQL -and- all derivatives?!?
I know enough about postgres to not want to know any more about it ;-)
On this excellent sunday I bring you excellent music from Observium's main sponsoring country: http://www.youtube.com/watch?** v=YVhS0KBQVjw&feature=youtu.behttp://www.youtube.com/watch?v=YVhS0KBQVjw&feature=youtu.be
Tom
______________________________**_________________ observium mailing list observium@observium.org http://postman.memetic.org/**cgi-bin/mailman/listinfo/**observiumhttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hmm, just being curious, what are we going to use in 7 years?...
Regards, CI.-
2013/6/9 Adam Armstrong adama@memetic.org:
On 2013-06-09 01:31, Rob VanHooren wrote:
curious whether anyone's farted around with using MariaDB or *gasp* PostgreSQL for their install.
MariaDB should work fine, as it's a drop-in replacement for MySQL.
Postgres doesn't work, and likely never will. Our SQL framework was written purely with MySQL in mind, and our schema update process will almost certainly only work on MySQL and compatibles.
None of us know Postgres, and in 7 years we've never had a compelling reason to support it.
adam.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Dear Sir,
I Successfully install Observium at my office but i can not add my Device on Observium for monitoring . Here all are Cisco Device and I checked that snmpwalk is working. I can ping my all cisco device by name when try to add by cli command and also from GUI but the given error message shown: Could not ping dhanmondi.
It may be mentioned here that, i checked everything as per this command: Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] But still same error message shown.
I also check it : vi config.php and add the following part. $config['fping'] = "/usr/sbin/fping";
but can not find fping file/folder to this location /usr/sbin .
Therefore you are requested to provide me instruction step by step for solving this problem. See the bellow message for your kind information.
root@Observium:/opt/observium# ping dhanmondi PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data.
64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252 time=1.87 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252 time=2.03 ms
64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252 time=1.96 ms ^C --- dhanmondi.mblbd.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.872/1.956/2.038/0.084 ms root@Observium:/opt/observium#
root@Observium:/opt/observium# ./addhost.php dhanmondi (my snmp communicty) v2c
Could not ping dhanmondi Could not ping dhanmondi
Observium v0.13.6.4140 Add Host Tool
Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] Usage (SNMPv3) : Config Defaults : ./addhost.php <hostname> any v3 [user] [port] [udp|udp6|tcp|tcp6]
No Auth, No Priv : ./addhost.php <hostname> nanp v3 [user] [port] [udp|udp6|tcp|tcp6]
Auth, No Priv : ./addhost.php <hostname> anp v3 <user> <password> [md5|sha] [port] [udp|udp6|tcp|tcp6]
Auth, Priv : ./addhost.php <hostname> ap v3 <user> <password> <enckey> [md5|sha] [aes|dsa] [port] [ud p|udp6|tcp|tcp6] Remember to run discovery for the host afterwards.
root@Observium:/opt/observium#
Waiting for your quick step by step instruction for solving my problem.
You need to install fping using whatever method your distro facilitates. If fping is already installed, you must provide the real path to it; as it may be different from the examples.
On Sun, Jun 9, 2013 at 9:58 AM, Muhammad Alihyder Bhuiyan < alihyder_cse@hotmail.com> wrote:
Dear Sir,
I Successfully install Observium at my office but i can not add my Device on Observium for monitoring . Here all are Cisco Device and I checked that snmpwalk is working. I can ping my all cisco device by name when try to add by cli command and also from GUI but the given error message shown: *Could not ping dhanmondi*.
*It may be mentioned here that, i checked everything as per this command: **Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] But still same error message shown.*
I also check it : vi config.php and add the following part. $config['fping'] = "/usr/sbin/fping";
but can not find fping file/folder to this location /usr/sbin .
Therefore you are requested to provide me instruction step by step for solving this problem. See the bellow message for your kind information.
root@Observium:/opt/observium#* ping dhanmondi* PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data. 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252 time=1.87 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252 time=2.03 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252 time=1.96 ms ^C --- dhanmondi.mblbd.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.872/1.956/2.038/0.084 ms root@Observium:/opt/observium#
root@Observium:/opt/observium# ./addhost.php dhanmondi (my snmp communicty) v2c *Could not ping dhanmondi Could not ping dhanmondi*
Observium v0.13.6.4140 Add Host Tool
Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] Usage (SNMPv3) : Config Defaults : ./addhost.php <hostname> any v3 [user] [port] [udp|udp6|tcp|tcp6] No Auth, No Priv : ./addhost.php <hostname> nanp v3 [user] [port] [udp|udp6|tcp|tcp6] Auth, No Priv : ./addhost.php <hostname> anp v3 <user> <password> [md5|sha] [port] [udp|udp6|tcp|tcp6] Auth, Priv : ./addhost.php <hostname> ap v3 <user> <password> <enckey> [md5|sha] [aes|dsa] [port] [ud p|udp6|tcp|tcp6] Remember to run discovery for the host afterwards.
root@Observium:/opt/observium#
Waiting for your quick step by step instruction for solving my problem.
-- Thanks &
Warm Regards.
============================= Engr. Md. Alihyder Bhuiyan ( B.Sc. Engg. in CSE, CCNA, MCSA ) Executive Officer (Networking) IT Division, Head Office Mercantile Bank Limited. Level-7, Sun Moon Star Tower 37 Dilkusha C/A, Dhaka-1000 Tel : +88 02 7113714, 7113717, 7110020, Ext: 517 Mob : +88 01191 001 606 +88 01552 444 262 +88 01611 001 606
From: rob_vanhooren@mac.com Date: Sat, 8 Jun 2013 20:31:57 -0400 To: observium@observium.org Subject: [Observium] backend DB
curious whether anyone's farted around with using MariaDB or *gasp*
PostgreSQL for their install.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Your hostname is dhanmondi.mblbd.com
Observium uses FQDN
GRTNX, RobJE
On Jun 9, 2013 6:20 PM, "Muhammad Alihyder Bhuiyan" < alihyder_cse@hotmail.com> wrote:
Dear Sir,
I Successfully install Observium at my office but i can not add my Device
on Observium for monitoring . Here all are Cisco Device and I checked that snmpwalk is working. I can ping my all cisco device by name when try to add by cli command and also from GUI but the given error message shown: Could not ping dhanmondi.
It may be mentioned here that, i checked everything as per this command:
Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] But still same error message shown.
I also check it : vi config.php and add the following part. $config['fping'] = "/usr/sbin/fping";
but can not find fping file/folder to this location /usr/sbin .
Therefore you are requested to provide me instruction step by step for
solving this problem. See the bellow message for your kind information.
root@Observium:/opt/observium# ping dhanmondi PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data. 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252
time=1.87 ms
64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252
time=2.03 ms
64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252
time=1.96 ms
^C --- dhanmondi.mblbd.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.872/1.956/2.038/0.084 ms root@Observium:/opt/observium#
root@Observium:/opt/observium# ./addhost.php dhanmondi (my snmp
communicty) v2c
Could not ping dhanmondi Could not ping dhanmondi
Observium v0.13.6.4140 Add Host Tool
Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port]
[udp|udp6|tcp|tcp6]
Usage (SNMPv3) : Config Defaults : ./addhost.php <hostname> any v3
[user] [port] [udp|udp6|tcp|tcp6]
No Auth, No Priv : ./addhost.php <hostname> nanp v3
[user] [port] [udp|udp6|tcp|tcp6]
Auth, No Priv : ./addhost.php <hostname> anp v3
<user> <password> [md5|sha] [port] [udp|udp6|tcp|tcp6]
Auth, Priv : ./addhost.php <hostname> ap v3
<user> <password> <enckey> [md5|sha] [aes|dsa] [port] [ud p|udp6|tcp|tcp6]
Remember to run discovery for the host afterwards.
root@Observium:/opt/observium#
Waiting for your quick step by step instruction for solving my problem.
-- Thanks &
Warm Regards.
============================= Engr. Md. Alihyder Bhuiyan ( B.Sc. Engg. in CSE, CCNA, MCSA ) Executive Officer (Networking) IT Division, Head Office Mercantile Bank Limited. Level-7, Sun Moon Star Tower 37 Dilkusha C/A, Dhaka-1000 Tel : +88 02 7113714, 7113717, 7110020, Ext: 517 Mob : +88 01191 001 606 +88 01552 444 262 +88 01611 001 606
From: rob_vanhooren@mac.com Date: Sat, 8 Jun 2013 20:31:57 -0400 To: observium@observium.org Subject: [Observium] backend DB
curious whether anyone's farted around with using MariaDB or *gasp*
PostgreSQL for their install.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Dear Sir,
see the bellow all message, when i tried to add host by dhanmondi.mblbd.com still it is not added. plz help me. how i can install fping individually ?
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Sat Jun 8 23:20:44 2013 from 10.0.2.12 root@Observium:~# ping dhanmondi PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data. 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252 time=1.81 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252 time=2.02 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252 time=1.86 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=4 ttl=252 time=2.03 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=5 ttl=252 time=1.85 ms ^C --- dhanmondi.mblbd.com ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4007ms rtt min/avg/max/mdev = 1.819/1.919/2.034/0.102 ms root@Observium:~# root@Observium:~# cd /opt/observium/ root@Observium:/opt/observium# ./addhost.php dhanmondi.mblbd.com xxxxxxxxx v2c Could not ping dhanmondi.mblbd.com Could not ping dhanmondi.mblbd.com
Observium v0.13.6.4140 Add Host Tool
Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] Usage (SNMPv3) : Config Defaults : ./addhost.php <hostname> any v3 [user] [port] [udp|udp6|tcp|tcp6] No Auth, No Priv : ./addhost.php <hostname> nanp v3 [user] [port] [udp|udp6|tcp|tcp6] Auth, No Priv : ./addhost.php <hostname> anp v3 <user> <password> [md5|sha] [port] [udp|udp6|tcp|tcp 6] Auth, Priv : ./addhost.php <hostname> ap v3 <user> <password> <enckey> [md5|sha] [aes|dsa] [port] [udp|udp6|tcp|tcp6] Remember to run discovery for the host afterwards.
root@Observium:/opt/observium# ./addhost.php dhanmondi.mblbd.com xxxxxxxxx v2c 161 Could not ping dhanmondi.mblbd.com Could not ping dhanmondi.mblbd.com
Observium v0.13.6.4140 Add Host Tool
Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] Usage (SNMPv3) : Config Defaults : ./addhost.php <hostname> any v3 [user] [port] [udp|udp6|tcp|tcp6] No Auth, No Priv : ./addhost.php <hostname> nanp v3 [user] [port] [udp|udp6|tcp|tcp6] Auth, No Priv : ./addhost.php <hostname> anp v3 <user> <password> [md5|sha] [port] [udp|udp6|tcp|tcp6] Auth, Priv : ./addhost.php <hostname> ap v3 <user> <password> <enckey> [md5|sha] [aes|dsa] [port] [udp|udp6|tcp|tcp6] Remember to run discovery for the host afterwards.
root@Observium:/opt/observium# ./addhost.php dhanmondi.mblbd.com xxxxxxxxx v2c 161 udp Could not ping dhanmondi.mblbd.com Could not ping dhanmondi.mblbd.com
Observium v0.13.6.4140 Add Host Tool
Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] Usage (SNMPv3) : Config Defaults : ./addhost.php <hostname> any v3 [user] [port] [udp|udp6|tcp|tcp6] No Auth, No Priv : ./addhost.php <hostname> nanp v3 [user] [port] [udp|udp6|tcp|tcp6] Auth, No Priv : ./addhost.php <hostname> anp v3 <user> <password> [md5|sha] [port] [udp|udp6|tcp|tcp6] Auth, Priv : ./addhost.php <hostname> ap v3 <user> <password> <enckey> [md5|sha] [aes|dsa] [port] [udp|udp6|tcp|tcp6] Remember to run discovery for the host afterwards.
root@Observium:/opt/observium# ./addhost.php dhanmondi.mblbd.com xxxxxxxxx v2c 161 tcp Could not ping dhanmondi.mblbd.com Could not ping dhanmondi.mblbd.com
Observium v0.13.6.4140 Add Host Tool
Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] Usage (SNMPv3) : Config Defaults : ./addhost.php <hostname> any v3 [user] [port] [udp|udp6|tcp|tcp6] No Auth, No Priv : ./addhost.php <hostname> nanp v3 [user] [port] [udp|udp6|tcp|tcp6] Auth, No Priv : ./addhost.php <hostname> anp v3 <user> <password> [md5|sha] [port] [udp|udp6|tcp|tcp6] Auth, Priv : ./addhost.php <hostname> ap v3 <user> <password> <enckey> [md5|sha] [aes|dsa] [port] [udp|udp6|tcp|tcp6] Remember to run discovery for the host afterwards.
root@Observium:/opt/observium# ./addhost.php dhanmondi.mblbd.com xxxxxxxxx Could not ping dhanmondi.mblbd.com Could not ping dhanmondi.mblbd.com Could not ping dhanmondi.mblbd.com Could not ping dhanmondi.mblbd.com
Observium v0.13.6.4140 Add Host Tool
Usage (SNMPv1/2c): ./addhost.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] Usage (SNMPv3) : Config Defaults : ./addhost.php <hostname> any v3 [user] [port] [udp|udp6|tcp|tcp6] No Auth, No Priv : ./addhost.php <hostname> nanp v3 [user] [port] [udp|udp6|tcp|tcp6] Auth, No Priv : ./addhost.php <hostname> anp v3 <user> <password> [md5|sha] [port] [udp|udp6|tcp|tcp6] Auth, Priv : ./addhost.php <hostname> ap v3 <user> <password> <enckey> [md5|sha] [aes|dsa] [port] [udp|udp6|tcp|tcp6] Remember to run discovery for the host afterwards.
root@Observium:/opt/observium#
On 10/06/13 16:41, Muhammad Alihyder Bhuiyan wrote:
see the bellow all message, when i tried to add host by dhanmondi.mblbd.com still it is not added. plz help me. how i can install fping individually ?
root@Observium:/opt/observium# ./addhost.php dhanmondi.mblbd.com xxxxxxxxx v2c *Could not ping dhanmondi.mblbd.com*
What happens when you try to run the following:
ping dhanmondi.mblbd.com
Regards,
On 10/06/2013 20:14, Paul Cupis wrote:
On 10/06/13 16:41, Muhammad Alihyder Bhuiyan wrote:
see the bellow all message, when i tried to add host by dhanmondi.mblbd.com still it is not added. plz help me. how i can install fping individually ?
root@Observium:/opt/observium# ./addhost.php dhanmondi.mblbd.com xxxxxxxxx v2c *Could not ping dhanmondi.mblbd.com*
What happens when you try to run the following:
ping dhanmondi.mblbd.com
What happens when you try to run the following:
fping dhanmondi.mblbd.com
Tom
Dear Sir, When i try to run i m getting the following : root@Observium:/opt/observium# root@Observium:/opt/observium# fping dhanmondi dhanmondi is alive root@Observium:/opt/observium# fping dhanmondi.mblbd.com dhanmondi.mblbd.com is alive root@Observium:/opt/observium# ping dhanmondi PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data. 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252 time=1.84 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252 time=1.85 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252 time=1.93 ms ^C --- dhanmondi.mblbd.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.846/1.878/1.930/0.037 ms root@Observium:/opt/observium# ping dhanmondi.mblbd.com PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data. 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252 time=1.87 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252 time=1.93 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252 time=1.88 ms ^C --- dhanmondi.mblbd.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.874/1.897/1.930/0.055 ms root@Observium:/opt/observium# root@Observium:/opt/observium#
It may be mentioned here that, my observium version 4141. waiting for your step by step instruction.
On 06/11/2013 12:40 PM, Muhammad Alihyder Bhuiyan wrote:
Dear Sir, When i try to run i m getting the following : root@Observium:/opt/observium# root@Observium:/opt/observium# FPING DHANMONDI DHANMONDI IS ALIVE root@Observium:/opt/observium# FPING DHANMONDI.MBLBD.COM DHANMONDI.MBLBD.COM IS ALIVE root@Observium:/opt/observium# PING DHANMONDI PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data. 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252 time=1.84 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252 time=1.85 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252 time=1.93 ms ^C --- dhanmondi.mblbd.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.846/1.878/1.930/0.037 ms root@Observium:/opt/observium# PING DHANMONDI.MBLBD.COM PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data. 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252 time=1.87 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252 time=1.93 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252 time=1.88 ms ^C --- dhanmondi.mblbd.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.874/1.897/1.930/0.055 ms root@Observium:/opt/observium# root@Observium:/opt/observium#
It may be mentioned here that, my observium version 4141. waiting for your step by step instruction.
How is dhanmondi.mblbd.com being resolved? Is it in your hosts file, or in DNS or in both?
Dear Sir,
It is my host file. I added my device name with ip to my Debian Linux and the path is: etc/hosts
"which fping"
On 2013-06-11 18:57, Muhammad Alihyder Bhuiyan wrote:
Dear Sir,
It is my host file. I added my device name with ip to my Debian Linux and the path is: ETC/HOSTS
-- Thanks &
Warm Regards.
============================= Engr. Md. Alihyder Bhuiyan ( B.Sc. Engg. in CSE, CCNA, MCSA ) Executive Officer (Networking) IT Division, Head Office Mercantile Bank Limited. Level-7, Sun Moon Star Tower 37 Dilkusha C/A, Dhaka-1000 Tel : +88 02 7113714, 7113717, 7110020, Ext: 517 Mob : +88 01191 001 606 +88 01552 444 262 +88 01611 001 606
Date: Tue, 11 Jun 2013 13:03:00 -0400 From: tracphil@mantoso.com To: observium@observium.org Subject: Re: [Observium] i need help// i can not add host // plz help me
On 06/11/2013 12:40 PM, Muhammad Alihyder Bhuiyan wrote:
Dear Sir, When i try to run i m getting the following : root@Observium:/opt/observium# root@Observium:/opt/observium# FPING DHANMONDI DHANMONDI IS ALIVE root@Observium:/opt/observium# FPING DHANMONDI.MBLBD.COM DHANMONDI.MBLBD.COM IS ALIVE root@Observium:/opt/observium# PING DHANMONDI PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data. 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252 time=1.84 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252 time=1.85 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252 time=1.93 ms ^C --- dhanmondi.mblbd.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.846/1.878/1.930/0.037 ms root@Observium:/opt/observium# PING DHANMONDI.MBLBD.COM PING dhanmondi.mblbd.com (192.168.102.2) 56(84) bytes of data. 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=1 ttl=252 time=1.87 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=2 ttl=252 time=1.93 ms 64 bytes from dhanmondi.mblbd.com (192.168.102.2): icmp_req=3 ttl=252 time=1.88 ms ^C --- dhanmondi.mblbd.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 1.874/1.897/1.930/0.055 ms root@Observium:/opt/observium# root@Observium:/opt/observium#
It may be mentioned here that, my observium version 4141. waiting for your step by step instruction.
How is dhanmondi.mblbd.com being resolved? Is it in your hosts file, or in DNS or in both?
-- Tracy Phillips
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (10)
-
Adam Armstrong
-
Alex Pressé
-
Ciro Iriarte
-
Jared Beaulieu
-
Muhammad Alihyder Bhuiyan
-
Paul Cupis
-
Rob J. Epping
-
Rob VanHooren
-
Tom Laermans
-
Tracy Phillips