Search found 46 matches

by csward
Tue Jul 29, 2014 4:46 pm
Forum: Open Source Nagios Projects
Topic: NagiosGraph
Replies: 2
Views: 1724

NagiosGraph

I'm having an issue where I can't load a graph for a particular service. I use Check_Temperature using mib values from some probes in our lab and would like to graph out the temp over days/weeks/months. I get this: "No data available: host=myhostname service=Temperature Server Room db=" I'...
by csward
Fri Jun 27, 2014 10:39 am
Forum: Open Source Nagios Projects
Topic: Nagiosgraph and Hostgroups
Replies: 10
Views: 4472

Re: Nagiosgraph and Hostgroups

Thanks, I've tried various different configurations to the groupdb.conf file with no luck.

Ex.
PING=<Servername>,PING&db=ping,rta
PING=<Servername>,PING&db=ping,losspct

The groups show up, but the servers don't list and the data doesn't populate.
by csward
Thu Jun 26, 2014 12:37 pm
Forum: Open Source Nagios Projects
Topic: Nagiosgraph and Hostgroups
Replies: 10
Views: 4472

Re: Nagiosgraph and Hostgroups

I'll look at it today and let you know. I'm pretty sure I need to add them in the groupdb.conf.
by csward
Thu Jun 19, 2014 5:30 pm
Forum: Open Source Nagios Projects
Topic: Nagios and Pushover
Replies: 2
Views: 7856

Nagios and Pushover

Anybody use pushover? Can't seem to get it to work. commands.cfg: # 'notify-host-pushover' command definition define command { command_name notify-host-pushover command_line /usr/local/src/nagios/pushover/notify_by_pushover.sh -u $CONTACTADDRESS1$ -a $CONTACTADDRESS2$ -c 'persistent' -w 'siren' -t &...
by csward
Wed Jun 18, 2014 11:22 pm
Forum: Open Source Nagios Projects
Topic: Nagiosgraph and Hostgroups
Replies: 10
Views: 4472

Re: Nagiosgraph and Hostgroups

It doesn't seem to be pulling them into the drop down for groups. I'll take a look again tomorrow. Thanks!
by csward
Wed Jun 18, 2014 9:27 am
Forum: Open Source Nagios Projects
Topic: Nagiosgraph and Hostgroups
Replies: 10
Views: 4472

Re: Nagiosgraph and Hostgroups

Ohh, I like! So, do I have to create different groups in the groupsdb.conf file under nagiosgraph instead of being able to use my groups already associated in my windows.cfg file?

Thanks
by csward
Tue Jun 17, 2014 11:53 am
Forum: Open Source Nagios Projects
Topic: Nagiosgraph and Hostgroups
Replies: 10
Views: 4472

Nagiosgraph and Hostgroups

Hello, I've installed Nagiosgraph and am able to see the graphs on my services by individual host only, but when I look at hostgroups I don't have the icon to display the graphs. I want to be able to see a specific service for all servers. Here is my config: Windows.cfg: define service{ use generic-...
by csward
Thu Sep 12, 2013 3:39 pm
Forum: Open Source Nagios Projects
Topic: Help with NRPE please
Replies: 27
Views: 10087

Re: Help with NRPE please

The log didn't have anything written in it. I let the process run for an hour and it finally came back with "service check timeout" error. I changed all the timeouts on the INI file a while back, so I changed the timeout in nagios and it's reporting now. I'm not sure why it took so long fo...
by csward
Thu Sep 12, 2013 12:38 pm
Forum: Open Source Nagios Projects
Topic: Help with NRPE please
Replies: 27
Views: 10087

Re: Help with NRPE please

Can you verify my syntax please: Windows.cfg define service { use generic-service host_name CSITFPSP01A service_description Check Files in CSITFPSP01a check_command check_nrpe!check_winfile! -a '--target J:\AWIIProxy\ProcessedMessages --filter "age ge -1 hours" --filter "name match Ge...
by csward
Thu Sep 12, 2013 10:52 am
Forum: Open Source Nagios Projects
Topic: Help with NRPE please
Replies: 27
Views: 10087

Re: Help with NRPE please

Figured the matching out. Needs to be in this format:
"name match GeneralUpdateAttachmentZip"
It's also case sensitive.

Still can't figure out the nagios core yet.