|
|
| Author |
Message |
tkempken
Joined: 07 Nov 2007 Posts: 18
|
|
| Back to top |
|
 |
tkempken
Joined: 07 Nov 2007 Posts: 18
|
Posted: Wed Nov 07, 2007 3:17 pm Post subject: Additional Config for German Interface |
|
|
Additional Config for German Interface
and a screenshot
| Description: |
|
| Filesize: |
125.13 KB |
| Viewed: |
4565 Time(s) |

|
| Description: |
| Additional Config for German Interface |
|
 Download |
| Filename: |
Additional Config for German Interface.txt |
| Filesize: |
469 Bytes |
| Downloaded: |
178 Time(s) |
|
|
| Back to top |
|
 |
tkempken
Joined: 07 Nov 2007 Posts: 18
|
|
| Back to top |
|
 |
jweinraub
Joined: 13 Apr 2007 Posts: 32
|
Posted: Thu Nov 08, 2007 10:41 am Post subject: |
|
|
| What are the steps needed to start polling this? I added the script and descriptions into cacti, but how do i add the host?
|
|
| Back to top |
|
 |
tkempken
Joined: 07 Nov 2007 Posts: 18
|
|
| Back to top |
|
 |
tkempken
Joined: 07 Nov 2007 Posts: 18
|
|
| Back to top |
|
 |
jweinraub
Joined: 13 Apr 2007 Posts: 32
|
Posted: Fri Nov 09, 2007 2:57 pm Post subject: |
|
|
| great thanks! i forgot to make notification on this so i forgot to check. i will work on this now. i will let you know my results. your english is very good, i am sure much better than my german!
|
|
| Back to top |
|
 |
jweinraub
Joined: 13 Apr 2007 Posts: 32
|
Posted: Fri Nov 09, 2007 5:18 pm Post subject: |
|
|
reinstalling pgsql fixed that problem!
[root@intranet libexec]# ./check_hpcl2600n.php 10.1.3.6 80 43
TONER WARNING B:54 M:43 C:43 Y:43
as for the warning/critical, shouldn't it be the other way around?
100% is when it is full, so
[root@intranet libexec]# ./check_hpcl2600n.php 10.1.3.6 40 20
I think might be more appropriate in my case, but thanks for the advice!
|
|
| Back to top |
|
 |
tkempken
Joined: 07 Nov 2007 Posts: 18
|
Posted: Fri Nov 09, 2007 5:26 pm Post subject: |
|
|
hi
if toner level of any catridge is less than 80 so it set the status to warning.
but if it's less!!! than 43 then it's critical?
i think it's working fine?
what do you mean?
|
|
| Back to top |
|
 |
jweinraub
Joined: 13 Apr 2007 Posts: 32
|
Posted: Fri Nov 09, 2007 5:30 pm Post subject: |
|
|
it shows percentage remaining. so if it is less than 40% remaining it is a warning, meaning i will check inventory to be sure i have toner in stock.
if it is 20% it is time to examine for print quality and be prepared to replace the toner.
80% remaining is still brand new to me, so it will flag error too soon.
|
|
| Back to top |
|
 |
tkempken
Joined: 07 Nov 2007 Posts: 18
|
Posted: Fri Nov 09, 2007 5:33 pm Post subject: |
|
|
oh lol... sorry
i understand... that was only a nasty example by me...
i tested it with some values
that's the reason why you can define your own warn and crit level for each printer or globally inside of commands-file
what's about cacti? does it works for you?
|
|
| Back to top |
|
 |
jweinraub
Joined: 13 Apr 2007 Posts: 32
|
Posted: Fri Nov 09, 2007 5:36 pm Post subject: |
|
|
i have not tried. i been very busy today actually. though the fact nagios should be running smoothly now so that is main concern.
cacti i use to gather statistics on toner use, mainly to determine or justify the need for a more expensive printer.
As you can see here, I go through a lot of ink on this one particular printer.
i will get back to you monday when i finish cacti (and rest of nagios for the remaining printers).
thanks!
| Description: |
|
| Filesize: |
24.42 KB |
| Viewed: |
4426 Time(s) |

|
|
|
| Back to top |
|
 |
tkempken
Joined: 07 Nov 2007 Posts: 18
|
Posted: Fri Nov 09, 2007 5:41 pm Post subject: |
|
|
oh... that's really frequently...
but this is another printer, or?
okay... have a nice weekend
|
|
| Back to top |
|
 |
jweinraub
Joined: 13 Apr 2007 Posts: 32
|
Posted: Fri Nov 09, 2007 5:41 pm Post subject: |
|
|
hmm
this is odd on nagios page:
TONER CRITICAL B: M: C: Y:
---
[root@intranet libexec]# ./check_hp2600n.php 10.1.3.6 40 20
TONER OK B:54 M:43 C:43 Y:43
--
| Code: | # check_hp2600n
define command{
command_name check_hp2600n
command_line $USER1$/check_hp2600n.php $HOSTADDRESS$ 40 20
}
|
--
| Code: | # Service definition
define service{
use generic-service ; Name of service template to use
host_name BoardProdColor
service_description Toner Status
is_volatile 0
check_period workhours
max_check_attempts 4
normal_check_interval 5
retry_check_interval 1
contact_groups printer-admins
notification_interval 960
notification_period workhours
notification_options c,r
check_command check_hp2600n
} |
--
| Code: | # 'Board Production Colour LaserJet' host definition
define host{
use generic-host ; Name of host template to use
host_name BoardProdColor
alias HP Color LaserJet 2600n
address 10.1.3.6
check_command check-host-alive
max_check_attempts 10
check_period 24x7
notification_interval 480
notification_period 24x7
contact_groups printer-admins
}
|
--
|
|
| Back to top |
|
 |
jweinraub
Joined: 13 Apr 2007 Posts: 32
|
Posted: Fri Nov 09, 2007 5:43 pm Post subject: |
|
|
| tkempken wrote: | oh... that's really frequently...
but this is another printer, or?
okay... have a nice weekend |
Yes, this is HP 1320n, general use printer.
Danke, Haben Sie eine gute Wochenende auch!
(i hope my grammar was good)
|
|
| Back to top |
|
 |
|